Skip to content

Commit 0241b52

Browse files
committed
Fall back to phpunit 4.8.
phpunit 5.x fails miserably with php 5.6.5.
1 parent f006c7d commit 0241b52

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
@@ -27,7 +27,7 @@
2727
"laravel/scout": "^2.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "5.*",
30+
"phpunit/phpunit": "^4.8",
3131
"mockery/mockery": "^0.9.5"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)