Skip to content

Commit

Permalink
chore(mongodb): doctrine/annotation:>1.13.0 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Jun 1, 2021
1 parent 3a3fbcf commit 6567a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -29,7 +29,6 @@
"require-dev": {
"behat/behat": "^3.1",
"behat/mink": "^1.7",
"doctrine/annotations": "^1.7",
"doctrine/common": "^2.11 || ^3.0",
"doctrine/data-fixtures": "^1.2.2",
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
Expand Down Expand Up @@ -87,7 +86,8 @@
"conflict": {
"doctrine/common": "<2.7",
"doctrine/mongodb-odm": "<2.2",
"doctrine/persistence": "<1.3"
"doctrine/persistence": "<1.3",
"doctrine/annotations": ">1.13.0"
},
"suggest": {
"doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",
Expand Down

0 comments on commit 6567a96

Please sign in to comment.