Updated composer require
This commit is contained in:
parent
4a9f46a503
commit
86af38af20
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue