Skip to content

Commit

Permalink
MINOR: making the maintenance module a requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius committed May 14, 2018
1 parent 6f783ff commit 22232bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Checks if any of your composer dependencies needs to be updated.

*So far this module only runs the actual checks and saves the information into a DataObject ("ComposerUpdate") - you need to take care of processing this information somehow! If you are considering to use this the [SilverStripe Maintenance module](https://github.com/bringyourownideas/silverstripe-maintenance) might be worth a look.*
This module only runs the actual checks and saves the information into a DataObject ("ComposerUpdate") - the display of the information is done using the [SilverStripe Maintenance module](https://github.com/bringyourownideas/silverstripe-maintenance).

### Requirements

Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@
"php": ">=5.6.0",
"silverstripe/framework": "^3.1",
"symbiote/silverstripe-queuedjobs": "^2.8",
"knplabs/packagist-api": "^1.1"
},
"suggest": {
"bringyourownideas/silverstripe-maintenance": "Modeladmin for SilverStripe update checker"
"knplabs/packagist-api": "^1.1",
"friendsofsilverstripe/silverstripe-maintenance": "^0.3"
},
"replace": {
"spekulatius/silverstripe-composer-update-checker": "self.version"
Expand Down

0 comments on commit 22232bc

Please sign in to comment.