From c017be612a473da1d6dee9a4bfc55c7f13dc5dd2 Mon Sep 17 00:00:00 2001 From: Antoine Bluchet Date: Fri, 5 Apr 2024 12:02:03 +0200 Subject: [PATCH] Add conflict for symfony/framework-bundle versions that break enum serializing (#6292) Co-authored-by: Gwendolen Lynch --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 69f828115f..4604c8e730 100644 --- a/composer.json +++ b/composer.json @@ -97,7 +97,8 @@ "doctrine/orm": "<2.14.0", "doctrine/mongodb-odm": "<2.4", "doctrine/persistence": "<1.3", - "symfony/var-exporter" : "<6.1.1", + "symfony/framework-bundle": "6.4.6 || 7.0.6", + "symfony/var-exporter": "<6.1.1", "phpunit/phpunit": "<9.5", "phpspec/prophecy": "<1.15", "elasticsearch/elasticsearch": ">=8.0"