$ composer require --dev phpunit/phpunit:^9.5

This commit is contained in:
Koji Tanaka 2022-12-28 14:54:21 +09:00 committed by Kamil Wylegala
parent 9e0fd38f37
commit c377681424

View file

@ -25,7 +25,7 @@
"ext-mcrypt": "You need to install ext-openssl or ext-mcrypt to use AES-256 encryption" "ext-mcrypt": "You need to install ext-openssl or ext-mcrypt to use AES-256 encryption"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^3.7", "phpunit/phpunit": "^9.5",
"cakephp/cakephp-codesniffer": "^1.0.0" "cakephp/cakephp-codesniffer": "^1.0.0"
}, },
"config": { "config": {