Skip to content

Commit 161d6d8

Browse files
committed
add fallback PHPUnit 5.7.x for tests against PHP 5.6
1 parent 68a4be7 commit 161d6d8

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
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"cakephp/cakephp": "3.*",
25-
"phpunit/phpunit": "6.*",
25+
"phpunit/phpunit": "^5.7|^6.0",
2626
"cakephp/cakephp-codesniffer": "3.*"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)