Skip to content

Commit

Permalink
fix: add conflict for doctrine/orm >= 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 authored and franmomu committed Aug 11, 2023
1 parent ef277c9 commit 31ed28b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ a release.
---

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

## [3.12.0] - 2023-07-08
### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"conflict": {
"doctrine/dbal": "<2.13.1 || ^3.0 <3.2",
"doctrine/mongodb-odm": "<2.3",
"doctrine/orm": "<2.10.2",
"doctrine/orm": "<2.10.2 || >= 2.16.0",
"sebastian/comparator": "<2.0"
},
"suggest": {
Expand Down

0 comments on commit 31ed28b

Please sign in to comment.