Skip to content

Commit 0309f48

Browse files
committed
Require PHPUnit 6 or 7
1 parent a0f8a1c commit 0309f48

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
@@ -20,7 +20,7 @@
2020
"illuminate/http": "~5.1"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "~7.0",
23+
"phpunit/phpunit": "~6.0 || ~7.0",
2424
"mockery/mockery": "~1.1",
2525
"php-coveralls/php-coveralls": "~1.0",
2626
"orchestra/testbench": "~3.1"

0 commit comments

Comments
 (0)