From 59cda0b899e41c5047df6a4c31ac97c577b21f13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 00:58:29 +0000 Subject: [PATCH] chore(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/6.3/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/compare/v6.1.0...v7.0.0) --- updated-dependencies: - dependency-name: symfony/phpunit-bridge 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 8072f6c..7eec900 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "symfony/flex": "^2.2", "symfony/framework-bundle": "^6.1", "symfony/http-client": "^6.1", - "symfony/phpunit-bridge": "^6.1", + "symfony/phpunit-bridge": "^7.0", "symfony/runtime": "^6.1", "symfony/security-bundle": "^6.1", "symfony/twig-bundle": "^6.1"