From 9517f57eed5e1345dd7a8ab9ba89d83cae0d7cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 07:29:46 +0000 Subject: [PATCH] Update symfony/browser-kit requirement from ^6.4 || ^7.2 to ^8.1.0 Updates the requirements on [symfony/browser-kit](https://github.com/symfony/browser-kit) to permit the latest version. - [Release notes](https://github.com/symfony/browser-kit/releases) - [Changelog](https://github.com/symfony/browser-kit/blob/8.2/CHANGELOG.md) - [Commits](https://github.com/symfony/browser-kit/commits/v8.1.0) --- updated-dependencies: - dependency-name: symfony/browser-kit dependency-version: 8.1.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 6e26882..4802446 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "phpstan/phpstan-webmozart-assert": "^1.0", "phpunit/phpunit": "^11.0", "sylius-labs/coding-standard": "^4.0", - "symfony/browser-kit": "^6.4 || ^7.2", + "symfony/browser-kit": "^8.1.0", "symfony/css-selector": "^6.4 || ^7.2", "symfony/debug-bundle": "^6.4 || ^7.2", "symfony/dotenv": "^6.4 || ^7.2",