From 6cb5f0ee262dea4fc42eb1f5082616b91aa0ab18 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sat, 12 Feb 2022 11:52:53 +0100 Subject: [PATCH] Conflict with fwb < 5.3 when@env --- doctrine/doctrine-bundle/2.4/manifest.json | 3 +++ symfony/routing/5.3/manifest.json | 5 ++++- symfony/routing/6.0/manifest.json | 5 ++++- symfony/security-bundle/5.3/manifest.json | 5 ++++- symfony/twig-bundle/5.3/manifest.json | 3 +++ symfony/twig-bundle/5.4/manifest.json | 3 +++ 6 files changed, 21 insertions(+), 3 deletions(-) diff --git a/doctrine/doctrine-bundle/2.4/manifest.json b/doctrine/doctrine-bundle/2.4/manifest.json index 66e4e857..9a30802c 100644 --- a/doctrine/doctrine-bundle/2.4/manifest.json +++ b/doctrine/doctrine-bundle/2.4/manifest.json @@ -44,5 +44,8 @@ " - \"5432\"" ] } + }, + "conflict": { + "symfony/framework-bundle": "<5.3" } } diff --git a/symfony/routing/5.3/manifest.json b/symfony/routing/5.3/manifest.json index c0c66b64..a3f340ed 100644 --- a/symfony/routing/5.3/manifest.json +++ b/symfony/routing/5.3/manifest.json @@ -2,5 +2,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, - "aliases": ["router"] + "aliases": ["router"], + "conflict": { + "symfony/framework-bundle": "<5.3" + } } diff --git a/symfony/routing/6.0/manifest.json b/symfony/routing/6.0/manifest.json index c0c66b64..a3f340ed 100644 --- a/symfony/routing/6.0/manifest.json +++ b/symfony/routing/6.0/manifest.json @@ -2,5 +2,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, - "aliases": ["router"] + "aliases": ["router"], + "conflict": { + "symfony/framework-bundle": "<5.3" + } } diff --git a/symfony/security-bundle/5.3/manifest.json b/symfony/security-bundle/5.3/manifest.json index 5d8527e4..4a48e0cf 100644 --- a/symfony/security-bundle/5.3/manifest.json +++ b/symfony/security-bundle/5.3/manifest.json @@ -5,5 +5,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, - "aliases": ["security"] + "aliases": ["security"], + "conflict": { + "symfony/framework-bundle": "<5.3" + } } diff --git a/symfony/twig-bundle/5.3/manifest.json b/symfony/twig-bundle/5.3/manifest.json index 30d5643b..c4835ac7 100644 --- a/symfony/twig-bundle/5.3/manifest.json +++ b/symfony/twig-bundle/5.3/manifest.json @@ -5,5 +5,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "templates/": "templates/" + }, + "conflict": { + "symfony/framework-bundle": "<5.3" } } diff --git a/symfony/twig-bundle/5.4/manifest.json b/symfony/twig-bundle/5.4/manifest.json index 30d5643b..c4835ac7 100644 --- a/symfony/twig-bundle/5.4/manifest.json +++ b/symfony/twig-bundle/5.4/manifest.json @@ -5,5 +5,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "templates/": "templates/" + }, + "conflict": { + "symfony/framework-bundle": "<5.3" } }