From c38c8d9839a77c049905f74999ebdf0e58b4b356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 00:24:26 +0000 Subject: [PATCH] Updates: (deps): Update symfony/phpunit-bridge requirement from ^4.4 || ^5.4 || ^6.2 to ^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/commits/v7.0.0) --- updated-dependencies: - dependency-name: symfony/phpunit-bridge dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 208d8a7..37248ec 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "phpstan/phpstan-phpunit": "1.3.15", "phpspec/prophecy-phpunit": "v2.0.2", "goalgorilla/open_social_scripts": "~4.0.0", - "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.2" + "symfony/phpunit-bridge": "^7.0.0" }, "extra": { "patches": {