From 86d5d061c56644d780421b8630041bbdbb25c9b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:43:46 +0000 Subject: [PATCH] build(deps-dev): update symfony/phpunit-bridge requirement Updates the requirements on [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) to permit the latest version. - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/7.4/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/compare/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: symfony/phpunit-bridge dependency-version: 8.0.0 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 b331b2d..2eba8e3 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "symfony/string": "^7.0" }, "require-dev": { - "symfony/phpunit-bridge": "^7.0" + "symfony/phpunit-bridge": "^8.0" }, "autoload": { "psr-4": {