Require same PHP version as framework
This commit is contained in:
parent
f771896c28
commit
b9f6fc3045
|
@ -5,7 +5,7 @@
|
|||
"license": "MIT",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": ">=7.1.0",
|
||||
"php": ">=7.1.3",
|
||||
"fideloper/proxy": "~4.0",
|
||||
"laravel/framework": "5.6.*",
|
||||
"laravel/tinker": "~1.0"
|
||||
|
|
Loading…
Reference in New Issue