Adjusted phpunit version in composer.json

This commit is contained in:
Val Bancer 2017-07-19 23:51:27 +02:00
parent 5e92034ad8
commit 31489a75d6

View file

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