From 35531fd2494c4ca0e04311a2f323df3b763b39f7 Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Sun, 19 Nov 2023 17:16:26 +0100 Subject: [PATCH] Allow doctrine/orm 3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8e3075b1..2591bb3a 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "doctrine/collections": "^1.8 || ^2.0", "doctrine/dbal": "^3.4", "doctrine/event-manager": "^1.2 || ^2.0", - "doctrine/orm": "^2.14", + "doctrine/orm": "^2.14 || ^3.0", "doctrine/persistence": "^3.0", "psr/clock": "^1.0", "symfony/config": "^5.4 || ^6.2",