mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +00:00
$ composer require --dev phpunit/phpunit:^9.5
This commit is contained in:
parent
9e0fd38f37
commit
c377681424
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
"ext-mcrypt": "You need to install ext-openssl or ext-mcrypt to use AES-256 encryption"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^3.7",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"cakephp/cakephp-codesniffer": "^1.0.0"
|
||||
},
|
||||
"config": {
|
||||
|
|
Loading…
Reference in a new issue