changed to correct version number

This commit is contained in:
Patrick 2014-09-17 22:45:17 +02:00 committed by lubiana
parent a64ac33bb4
commit a2e6a4136f
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

@ -18,7 +18,7 @@ Again, edit the `composer.json` to add the new component and then run `composer
"require": { "require": {
"php": ">=5.5.0", "php": ">=5.5.0",
"filp/whoops": ">=1.1.2", "filp/whoops": ">=1.1.2",
"patricklouys/http": ">=1.0.3" "patricklouys/http": ">=1.1.0"
}, },
``` ```