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" } }