Merge pull request #4568 from jasonmccreary/patch-1

Require same PHP version as framework
This commit is contained in:
Taylor Otwell 2018-02-06 12:11:28 -06:00 committed by GitHub
commit 179538e009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"