From 335b3409da2c583b92bc705189a237f87c753588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 02:34:43 +0000 Subject: [PATCH] Update symfony/phpunit-bridge requirement || ^7.0.0 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.3...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 b72bc91b..fc0cb59c 100644 --- a/composer.json +++ b/composer.json @@ -139,7 +139,7 @@ "symfony/finder": "^5.4|^6.0", "symfony/framework-bundle": "^6.1.3", "symfony/http-client": "^5.4|^6.0", - "symfony/phpunit-bridge": "^6.1.3", + "symfony/phpunit-bridge": "^6.1.3 || ^7.0.0", "symfony/serializer": "^6.1.3", "symfony/var-dumper": "^6.1.3", "symfony/yaml": "^6.1.3",