From 64789503aa81d65d7324a077d6a92426fbbfa0cd Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 6 Nov 2025 12:11:21 +0100 Subject: [PATCH] remove lo longer needed conflict rule --- 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 4a48e0cf2..5d8527e4f 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"] }