Skip to content

Commit 12f41d3

Browse files
authoredOct 5, 2021
Declare conflict against "doctrine/orm" >= 2.10 in order to guarantee the schema extension (#2255)
1 parent da2110d commit 12f41d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ a release.
2525
### Fixed
2626
- Removed legacy checks targeting older versions of PHP (#2201)
2727
- 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)
2829

2930
## [3.1.0] - 2021-06-22
3031
### Fixed

‎composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"conflict": {
5959
"doctrine/mongodb": "<1.3",
6060
"doctrine/mongodb-odm": "<2.0",
61+
"doctrine/orm": ">=2.10",
6162
"sebastian/comparator": "<2.0"
6263
},
6364
"suggest": {

0 commit comments

Comments
 (0)
Please sign in to comment.