From 44727244735d15c5f3213d34a41ea17d975296f2 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Sun, 9 Jun 2024 00:39:12 +0900 Subject: [PATCH] Update PHPUnit version in composer.json The current version of PHPUnit used for development has been updated to "^9.6.19". This is to ensure that our testing framework remains current and incorporates the latest features and security fixes available in this version. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3162c7b..7ab47c0 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "ray/aop": "^2.10.4" }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.6.19", "bamarni/composer-bin-plugin": "^1.4" }, "scripts" :{