From 01ca1ef4728abf8316ba1a3ef3fe10787d334e2c Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 10 Nov 2025 09:35:37 +0100 Subject: [PATCH] remove lo longer needed conflict rule (#1473) --- symfony/security-bundle/7.4/manifest.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/symfony/security-bundle/7.4/manifest.json b/symfony/security-bundle/7.4/manifest.json index 4a48e0cf..5d8527e4 100644 --- a/symfony/security-bundle/7.4/manifest.json +++ b/symfony/security-bundle/7.4/manifest.json @@ -5,8 +5,5 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, - "aliases": ["security"], - "conflict": { - "symfony/framework-bundle": "<5.3" - } + "aliases": ["security"] }