Skip to content

Commit

Permalink
Update readme to include SilverStripe 4 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Jun 8, 2018
1 parent 12adb2a commit 883e717
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -20,9 +20,9 @@ the command line to install or update PHP packages.

### Requirements

* bringyourownideas/silverstripe-maintenance ^1
* bringyourownideas/silverstripe-maintenance ^2
* composer/composer ^1
* silverstripe/framework ^3.2
* silverstripe/framework ^4

#### Compatibility

Expand All @@ -35,8 +35,9 @@ Run the following command to install this package:

```
composer require bringyourownideas/silverstripe-composer-update-checker ^1
php ./framework/cli-script.php dev/build flush=1
php ./framework/cli-script.php dev/tasks/UpdatePackageInfoTask
vendor/bin/sake dev/build flush=1
vendor/bin/sake dev/tasks/UpdatePackageInfoTask
```

### Terminology
Expand Down

0 comments on commit 883e717

Please sign in to comment.