We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
l3pp4rd
stof
mbabker
phansys
Learn more about funding links in repositories.
Report abuse
1 parent da2110d commit 12f41d3Copy full SHA for 12f41d3
CHANGELOG.md
@@ -25,6 +25,7 @@ a release.
25
### Fixed
26
- Removed legacy checks targeting older versions of PHP (#2201)
27
- Added missing XSD definitions (#2244)
28
+- Add conflict against "doctrine/orm" >=2.10 in order to guarantee the schema extension (see https://github.com/doctrine/orm/pull/8852) (#2255)
29
30
## [3.1.0] - 2021-06-22
31
composer.json
@@ -58,6 +58,7 @@
58
"conflict": {
59
"doctrine/mongodb": "<1.3",
60
"doctrine/mongodb-odm": "<2.0",
61
+ "doctrine/orm": ">=2.10",
62
"sebastian/comparator": "<2.0"
63
},
64
"suggest": {
0 commit comments