We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef277c9 commit 31ed28bCopy full SHA for 31ed28b
CHANGELOG.md
@@ -18,6 +18,8 @@ a release.
18
---
19
20
## [Unreleased]
21
+### Changed
22
+- Add conflict with "doctrine/orm" >=2.16 (temporary change until code is fixed)
23
24
## [3.12.0] - 2023-07-08
25
### Added
composer.json
@@ -71,7 +71,7 @@
71
"conflict": {
72
"doctrine/dbal": "<2.13.1 || ^3.0 <3.2",
73
"doctrine/mongodb-odm": "<2.3",
74
- "doctrine/orm": "<2.10.2",
+ "doctrine/orm": "<2.10.2 || >= 2.16.0",
75
"sebastian/comparator": "<2.0"
76
},
77
"suggest": {
0 commit comments