From d9b68a85451660df13d53cae7cb4d6e7f061265a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 06:30:32 +0000 Subject: [PATCH] chore: Update dependency phpunit/phpunit to v12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a0585a54..3626a640 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "phpstan/phpstan-deprecation-rules": "^2.0.3", "phpstan/phpstan-doctrine": "^2.0.3", "phpstan/phpstan-phpunit": "^2.0.6", - "phpunit/phpunit": "^10.5.47", + "phpunit/phpunit": "^12.2.7", "rector/rector": "^2.1.0", "symfony/cache": "^6.4||^7.0" },