From 4d03b9503c75a07e1a3c83f9f3239de43f7091ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 11:02:10 +0000 Subject: [PATCH] chore(deps): 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 9b7f5f9..fe90935 100644 --- a/composer.json +++ b/composer.json @@ -87,7 +87,7 @@ "friendsofphp/php-cs-fixer": "3.75.0", "overtrue/phplint": "9.6.2", "phpstan/phpstan": "1.12.25", - "phpunit/phpunit": "10.5.46", + "phpunit/phpunit": "12.5.4", "squizlabs/php_codesniffer": "3.13.0" } }