Skip to content

Commit 179538e

Browse files
authored
Merge pull request #4568 from jasonmccreary/patch-1
Require same PHP version as framework
2 parents f771896 + b9f6fc3 commit 179538e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"type": "project",
77
"require": {
8-
"php": ">=7.1.0",
8+
"php": ">=7.1.3",
99
"fideloper/proxy": "~4.0",
1010
"laravel/framework": "5.6.*",
1111
"laravel/tinker": "~1.0"

0 commit comments

Comments
 (0)