From cbcb4a1135795d258c0a64c65a572437e3a8a7f7 Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Sun, 3 Sep 2023 22:35:08 +0200 Subject: [PATCH] Remove conflict with doctrine/orm >= 2.16.0 --- CHANGELOG.md | 4 ---- composer.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1926eb41..b5129a3181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,12 +18,8 @@ a release. --- ## [Unreleased] -### Changed -- Add conflict with "doctrine/orm" >=2.16 (temporary change until code is fixed) ### Fixed - References: fixed condition in `XML` Driver that did not allow to retrieve from the entity definition the `mappedBy` and `inversedBy` fields. - -### Fixed - Fix bug collecting metadata for inherited mapped classes ## [3.12.0] - 2023-07-08 diff --git a/composer.json b/composer.json index 5c5014977f..130d9ef8da 100644 --- a/composer.json +++ b/composer.json @@ -71,7 +71,7 @@ "conflict": { "doctrine/dbal": "<2.13.1 || ^3.0 <3.2", "doctrine/mongodb-odm": "<2.3", - "doctrine/orm": "<2.10.2 || >= 2.16.0", + "doctrine/orm": "<2.10.2 || 2.16.0 || 2.16.1", "sebastian/comparator": "<2.0" }, "suggest": {