Skip to content

Commit 4340fb6

Browse files
committed
fix composer phpunit requirement for php 7.1
1 parent 5876fdb commit 4340fb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
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)