From 1b0b24997fb352fd8a7b500c6d3762544735df1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 10:06:24 +0000 Subject: [PATCH] Update symfony/phpunit-bridge requirement from ^5.2 || ^6.2 || ^7.0 to ^5.2 || ^6.2 || ^7.0 || ^8.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 31ec02e..0f512ee 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "phpcompatibility/php-compatibility": "^9.3", "phpstan/phpstan": "^2.1", "squizlabs/php_codesniffer": "^3.7", - "symfony/phpunit-bridge": "^5.2 || ^6.2 || ^7.0" + "symfony/phpunit-bridge": "^5.2 || ^6.2 || ^7.0 || ^8.0" }, "autoload": { "psr-4": {