Updated composer require

This commit is contained in:
Patrick Louys 2016-11-01 15:59:17 +01:00 committed by lubiana
parent 963ca1b5b7
commit 679a8589fc
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

@ -16,9 +16,9 @@ Again, edit the `composer.json` to add the new component and then run `composer
```json
"require": {
"php": ">=5.5.0",
"filp/whoops": ">=1.1.2",
"patricklouys/http": ">=1.1.0"
"php": ">=7.0.0",
"filp/whoops": "~2.1",
"patricklouys/http": "~1.4"
},
```