Skip to content

Commit 1af709e

Browse files
authored
Downgrading PHPUnit to version 6.0 to support PHP 7.0
1 parent b1cbc43 commit 1af709e

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": "~4.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "~7.0",
30+
"phpunit/phpunit": "~6.0",
3131
"mockery/mockery": "~1.0"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)