From 9549dff4c2d05707eb4e4461f414ef19826f64fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 06:54:46 +0000 Subject: [PATCH] chore(deps-dev): update phpunit/phpunit requirement from ^11.0 to ^12.5 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.5.4/ChangeLog-12.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.0.0...12.5.4) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.5.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ffb8da1..c31e1c6 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "symfony/security-bundle": "^7.4 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^11.0", + "phpunit/phpunit": "^12.5", "symfony/phpunit-bridge": "^7.4 || ^8.0", "phpstan/phpstan": "^1.11", "friendsofphp/php-cs-fixer": "^3.60"