From 2a8f8f8e5bdc450b14f5ea9fe1e0e5d55c45bcc3 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Sat, 16 Sep 2023 14:06:11 +0200 Subject: [PATCH] Fix incompatibility between security-bundle 6.4 and security-http 7.0 --- src/Symfony/Bundle/SecurityBundle/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index e5b7711e90005..9ec0f35b951c3 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -29,7 +29,7 @@ "symfony/password-hasher": "^5.4|^6.0|^7.0", "symfony/security-core": "^6.2|^7.0", "symfony/security-csrf": "^5.4|^6.0|^7.0", - "symfony/security-http": "^6.3.4|^7.0" + "symfony/security-http": "^6.3.4" }, "require-dev": { "symfony/asset": "^5.4|^6.0|^7.0",