From ee9bda20d644381b655aedc43ecc7b02e129c126 Mon Sep 17 00:00:00 2001
From: pfleu <pierre.fleutot@audemarspiguet.com>
Date: Tue, 11 Jun 2024 14:28:16 +0200
Subject: [PATCH] =?UTF-8?q?Fix=20version=20doctrine=20composer.json=20pour?=
 =?UTF-8?q?=20=C3=A9viter=20erreur=20avec=20les=20"short=20namespace=20ali?=
 =?UTF-8?q?as"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 626d792..ca5f18c 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
         "doctrine/annotations": "^1.0",
         "doctrine/doctrine-bundle": "^2.7",
         "doctrine/doctrine-migrations-bundle": "^3.2",
-        "doctrine/orm": "^2.13",
+        "doctrine/orm": "<=2.14.1",
         "friendsofsymfony/jsrouting-bundle": "^2.8",
         "justinrainbow/json-schema": "^5.2",
         "league/oauth2-server-bundle": "^0.4.0",
-- 
GitLab