From a47dd85ab747972459344f509a4532d2a0f8a62b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:11:58 +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 71ee4891b..0c8c0acb1 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,7 @@ "require-dev": { "doctrine/doctrine-fixtures-bundle": "^3.4", "hautelook/alice-bundle": "^2.11", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^12.0", "rector/rector": "^0.19.0", "symfony/browser-kit": "6.1.*", "symfony/css-selector": "6.1.*",