Updated composer require
This commit is contained in:
parent
973631449f
commit
0430b7d94c
1 changed files with 5 additions and 5 deletions
|
@ -16,9 +16,9 @@ Again, edit the `composer.json` to add the new component and then run `composer
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.5.0",
|
"php": ">=7.0.0",
|
||||||
"filp/whoops": ">=1.1.2",
|
"filp/whoops": "~2.1",
|
||||||
"patricklouys/http": ">=1.1.0"
|
"patricklouys/http": "~1.4"
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue