From 6048531388e4360aa0dd8ed684631110552559cb Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Sat, 20 Feb 2016 21:05:25 +1300 Subject: [PATCH] Update readme --- README.md | 7 ++++++- composer.json | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c83a64..5cb3fe3 100644 --- a/README.md +++ b/README.md @@ -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 ------------ diff --git a/composer.json b/composer.json index 076379f..198c580 100644 --- a/composer.json +++ b/composer.json @@ -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" @@ -43,4 +43,4 @@ "issues": "https://github.com/spekulatius/silverstripe-composer-update-checker/issues" }, "homepage": "https://github.com/spekulatius/silverstripe-composer-update-checker" -} \ No newline at end of file +}