Skip to content

Commit 31ed28b

Browse files
Chris8934franmomu
authored andcommitted
fix: add conflict for doctrine/orm >= 2.16.0
1 parent ef277c9 commit 31ed28b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ a release.
1818
---
1919

2020
## [Unreleased]
21+
### Changed
22+
- Add conflict with "doctrine/orm" >=2.16 (temporary change until code is fixed)
2123

2224
## [3.12.0] - 2023-07-08
2325
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"conflict": {
7272
"doctrine/dbal": "<2.13.1 || ^3.0 <3.2",
7373
"doctrine/mongodb-odm": "<2.3",
74-
"doctrine/orm": "<2.10.2",
74+
"doctrine/orm": "<2.10.2 || >= 2.16.0",
7575
"sebastian/comparator": "<2.0"
7676
},
7777
"suggest": {

0 commit comments

Comments
 (0)