From fa1b79fc049a23c9dbda023ef196752b2fa6c779 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Thu, 9 Jan 2025 20:58:09 +0900 Subject: [PATCH] Upgrade PHPUnit dependency to version 9.6.22 Updated the composer.json file to use PHPUnit 9.6.22 instead of 9.5.28. This ensures compatibility with the latest fixes and improvements in the PHPUnit framework. No other changes were made to dependencies. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9d8ec013..b8b93d3c 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "koriym/attributes": "^1.0.1", "madapaja/twig-module": "^2.3", "mobiledetect/mobiledetectlib": "^3.74 || ^4.8", - "phpunit/phpunit": "^9.5.28", + "phpunit/phpunit": "^9.6.22", "predis/predis": "^2.2", "symfony/process": "^4.3 || ^5.4 || ^6.1 || ^7.1", "twig/twig": "^2.15.3 || ^3.4.3"