Skip to content

Commit 43a2b6c

Browse files
alcaeusalanpoulain
authored andcommitted
Fix version constraints for Doctrine MongoDB ODM (#2466)
1 parent 66c1242 commit 43a2b6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,11 @@
7676
"webonyx/graphql-php": ">=0.13 <1.0"
7777
},
7878
"conflict": {
79-
"doctrine/common": "<2.7"
79+
"doctrine/common": "<2.7",
80+
"doctrine/mongodb-odm": "<2.0"
8081
},
8182
"suggest": {
82-
"doctrine/mongodb-odm-bundle": "To support MongoDB.",
83+
"doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",
8384
"elasticsearch/elasticsearch": "To support Elasticsearch.",
8485
"friendsofsymfony/user-bundle": "To use the FOSUserBundle bridge.",
8586
"guzzlehttp/guzzle": "To use the HTTP cache invalidation system.",

0 commit comments

Comments
 (0)