Skip to content

Commit

Permalink
Declare conflict against "doctrine/orm" >= 2.10 in order to guarantee…
Browse files Browse the repository at this point in the history
… the schema extension (doctrine-extensions#2255)
  • Loading branch information
phansys authored Oct 5, 2021
1 parent da2110d commit 12f41d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ a release.
### Fixed
- Removed legacy checks targeting older versions of PHP (#2201)
- Added missing XSD definitions (#2244)
- Add conflict against "doctrine/orm" >=2.10 in order to guarantee the schema extension (see https://github.com/doctrine/orm/pull/8852) (#2255)

## [3.1.0] - 2021-06-22
### Fixed
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"conflict": {
"doctrine/mongodb": "<1.3",
"doctrine/mongodb-odm": "<2.0",
"doctrine/orm": ">=2.10",
"sebastian/comparator": "<2.0"
},
"suggest": {
Expand Down

0 comments on commit 12f41d3

Please sign in to comment.