From 314ef9fb886b7c2d2c331052b744e0bca68d484a Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 23 Mar 2021 22:56:56 +0100 Subject: [PATCH] [Security/Http] conflict with symfony/security-bundle < 5.3 --- src/Symfony/Component/Security/Http/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Security/Http/composer.json b/src/Symfony/Component/Security/Http/composer.json index ff60e9bf89..31d26aa1a1 100644 --- a/src/Symfony/Component/Security/Http/composer.json +++ b/src/Symfony/Component/Security/Http/composer.json @@ -34,6 +34,7 @@ }, "conflict": { "symfony/event-dispatcher": "<4.3", + "symfony/security-bundle": "<5.3", "symfony/security-csrf": "<4.4" }, "suggest": {