Skip to content

Commit

Permalink
Merge branch 'queuedjobs'
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Thaleikis committed Feb 21, 2016
2 parents 5f86a82 + 6048531 commit d1abfad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ SilverStripe composer update checker
[![Total Downloads](https://poser.pugx.org/spekulatius/silverstripe-composer-update-checker/downloads.svg)](https://packagist.org/packages/spekulatius/silverstripe-composer-update-checker)
[![License](https://poser.pugx.org/spekulatius/silverstripe-composer-update-checker/license.svg)](https://github.com/spekulatius/silverstripe-composer-update-checker/blob/master/license.md)

Checks if your composer dependencies need to be updated.
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/FriendsOfSilverStripe/silverstripe-maintenance) might be worth a look.*

## Requirements

* SilverStripe Framework ^3.0
* SilverStripe QueuedJobs *

Installation
------------

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.0.0",
"silverstripe/framework": "~3.1",
"silverstripe/framework": "^3.1",
"silverstripe/queuedjobs": "*@stable",
"knplabs/packagist-api": "~1.1"
"knplabs/packagist-api": "^1.1"
},
"suggest": {
"friendsofsilverstripe/silverstripe-maintenance": "Modeladmin for SilverStripe update checker"
Expand All @@ -43,4 +43,4 @@
"issues": "https://github.com/spekulatius/silverstripe-composer-update-checker/issues"
},
"homepage": "https://github.com/spekulatius/silverstripe-composer-update-checker"
}
}

0 comments on commit d1abfad

Please sign in to comment.