Skip to content

Commit

Permalink
fix: add conflict on doctrine/orm:2.16.0 to avoid BC Break probably c…
Browse files Browse the repository at this point in the history
…oming from doctrine/orm#10547
  • Loading branch information
GregoireHebert committed Aug 1, 2023
1 parent e692071 commit 8fad745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"conflict": {
"doctrine/common": "<3.2.2",
"doctrine/dbal": "<2.10",
"doctrine/orm": "<2.14.0",
"doctrine/orm": "<2.14.0 || 2.16.0",
"doctrine/mongodb-odm": "<2.4",
"doctrine/persistence": "<1.3",
"symfony/service-contracts": "<3",
Expand Down

0 comments on commit 8fad745

Please sign in to comment.