From 32d69e07a5e690f06c7ad08b27f8268c5ce79ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:23:03 +0100 Subject: [PATCH] Update symfony/browser-kit requirement from ^4.4 || ^5.0 || ^6.0 to ^4.4 || ^5.0 || ^6.0 || ^7.0 (#28) --- updated-dependencies: - dependency-name: symfony/browser-kit dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2630a0f..4a7e43b 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan": "1.10.62", "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^9.6.13", - "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0", + "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0 || ^7.0", "symfony/flex": "^1.21.6 || ^2.0", "symfony/phpunit-bridge": "^7.0", "symfony/property-access": "^4.4 || ^5.0 || ^6.0 || ^7.0",