Skip to content

Commit

Permalink
add fallback PHPUnit 5.7.x for tests against PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfoerster committed Nov 18, 2017
1 parent 68a4be7 commit 161d6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,7 +22,7 @@
},
"require-dev": {
"cakephp/cakephp": "3.*",
"phpunit/phpunit": "6.*",
"phpunit/phpunit": "^5.7|^6.0",
"cakephp/cakephp-codesniffer": "3.*"
},
"autoload": {
Expand Down

0 comments on commit 161d6d8

Please sign in to comment.