Skip to content

Commit 557d4d5

Browse files
author
Ilya Sakovich
authored
Merge pull request #20 from jamesj2/php71
Make PHP require 7.1 so it will match Laravel 5.8's PHP requirement
2 parents 68a0c4b + 4340fb6 commit 557d4d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
"type": "library",
66
"license": "MIT",
77
"require": {
8-
"php": "^7.2",
8+
"php": "^7.1",
99
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
1010
"ext-json": "*"
1111
},
1212
"require-dev": {
13-
"orchestra/testbench": "~3.0"
13+
"orchestra/testbench": "~3.8.5",
14+
"phpunit/phpunit": "^7.5.17"
1415
},
1516
"autoload": {
1617
"psr-4": {

0 commit comments

Comments
 (0)