Skip to content

Commit 0cc95d8

Browse files
committed
Need PHPUnit 4 for older PHP versions
1 parent 15b0ff0 commit 0cc95d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"orchestra/testbench": "^3.0",
2020
"mockery/mockery": "^0.9",
2121
"satooshi/php-coveralls": "^1.0",
22-
"phpunit/phpunit": "~5.0"
22+
"phpunit/phpunit": "~4.0|~5.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)