From 1539b930c2a94cac403aa4999701d0815302f3e9 Mon Sep 17 00:00:00 2001 From: Florian Le Goff Date: Mon, 28 Oct 2024 15:12:52 +0100 Subject: [PATCH] chore(symfony): conflict with symfony/framework-bundle 7.1.6 (#6759) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1d092590e14..2f6b725b38c 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "doctrine/orm": "<2.14.0", "doctrine/mongodb-odm": "<2.4", "doctrine/persistence": "<1.3", - "symfony/framework-bundle": "6.4.6 || 7.1.6", + "symfony/framework-bundle": "6.4.6 || 7.0.6", "symfony/var-exporter": "<6.1.1", "phpunit/phpunit": "<9.5", "phpspec/prophecy": "<1.15",