Require same PHP version as framework

This commit is contained in:
Jason McCreary 2018-02-06 13:06:53 -05:00 committed by GitHub
parent f771896c28
commit b9f6fc3045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"