mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +00:00
Fixed PHP Unit version so running tests using the Console works
This commit is contained in:
parent
41e3bd82d8
commit
5c5ec45215
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
"ext-mcrypt": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "<6.0.0",
|
||||
"phpunit/phpunit": "^3.7",
|
||||
"cakephp/cakephp-codesniffer": "^1.0.0"
|
||||
},
|
||||
"config": {
|
||||
|
|
Loading…
Reference in a new issue