Skip to content

Commit

Permalink
Merge pull request #8 from SpeksForks/adjusting-composer-information
Browse files Browse the repository at this point in the history
More information in composer.json
  • Loading branch information
spekulatius committed Feb 14, 2016
2 parents 94c8c7f + 0d459bb commit 822bf1a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"role": "Contributors"
}
],
"minimum-stability" : "dev",
"minimum-stability": "dev",
"require": {
"php": ">=5.0.0",
"silverstripe/framework": "~3.1",
Expand All @@ -38,5 +38,9 @@
"suggest": {
"friendsofsilverstripe/silverstripe-maintenance": "Modeladmin for SilverStripe update checker",
"silverstripe/queuedjobs": "Allows to run update checker as queuedjob"
}
}
},
"support": {
"issues": "https://github.com/spekulatius/silverstripe-composer-update-checker/issues"
},
"homepage": "https://github.com/spekulatius/silverstripe-composer-update-checker"
}

0 comments on commit 822bf1a

Please sign in to comment.