Fixed PHP Unit version so running tests using the Console works

This commit is contained in:
David Yell 2018-01-24 10:01:03 +00:00
parent 41e3bd82d8
commit 5c5ec45215

View file

@ -22,7 +22,7 @@
"ext-mcrypt": "*" "ext-mcrypt": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "<6.0.0", "phpunit/phpunit": "^3.7",
"cakephp/cakephp-codesniffer": "^1.0.0" "cakephp/cakephp-codesniffer": "^1.0.0"
}, },
"config": { "config": {