Updated composer require

This commit is contained in:
Patrick Louys 2016-11-01 15:49:27 +01:00 committed by GitHub
parent 4a9f46a503
commit 86af38af20

View file

@ -14,8 +14,8 @@ To install a new package, open up your `composer.json` and add the package to th
```php ```php
"require": { "require": {
"php": ">=5.5.0", "php": ">=7.0.0",
"filp/whoops": ">=1.1.2" "filp/whoops": "~2.1"
}, },
``` ```