From c3776814241f33709c40604986cbaac47d39cc12 Mon Sep 17 00:00:00 2001 From: Koji Tanaka Date: Wed, 28 Dec 2022 14:54:21 +0900 Subject: [PATCH] $ composer require --dev phpunit/phpunit:^9.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 23617dbf8..8fbb39241 100644 --- a/composer.json +++ b/composer.json @@ -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": {