From e05b1dc19c567bbe4f98be0098686df2f5ad7b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Tue, 1 Aug 2023 16:45:42 +0200 Subject: [PATCH] fix: add conflict on doctrine/orm:2.16.0 to avoid BC Break coming from https://github.com/doctrine/orm/pull/10547 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8d955dbc0b9..819d9ae0b8b 100644 --- a/composer.json +++ b/composer.json @@ -90,7 +90,7 @@ "conflict": { "doctrine/common": "<3.2.2", "doctrine/dbal": "<2.10", - "doctrine/orm": "<2.14.0", + "doctrine/orm": "<2.14.0 || 2.16.0", "doctrine/mongodb-odm": "<2.4", "doctrine/persistence": "<1.3", "symfony/service-contracts": "<3",