added http packages

This commit is contained in:
Patrick 2014-09-12 23:49:22 +02:00
parent 5831e1187e
commit c47470140f
2 changed files with 18 additions and 1 deletions

View file

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