Skip to content

Commit

Permalink
Remove conflict with doctrine/orm >= 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Sep 3, 2023
1 parent 5502bae commit cbcb4a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit cbcb4a1

Please sign in to comment.