Merge pull request #11660 from davidyell/2.x-phpunit37

2.x - Change PHPUnit version as requested by test shell
This commit is contained in:
Mark Story 2018-01-24 13:38:17 -05:00 committed by GitHub
commit 46dacd597b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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