Skip to content

Commit

Permalink
Fix version constraints for Doctrine MongoDB ODM (#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus authored and alanpoulain committed Jan 26, 2019
1 parent 66c1242 commit 43a2b6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@
"webonyx/graphql-php": ">=0.13 <1.0"
},
"conflict": {
"doctrine/common": "<2.7"
"doctrine/common": "<2.7",
"doctrine/mongodb-odm": "<2.0"
},
"suggest": {
"doctrine/mongodb-odm-bundle": "To support MongoDB.",
"doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",
"elasticsearch/elasticsearch": "To support Elasticsearch.",
"friendsofsymfony/user-bundle": "To use the FOSUserBundle bridge.",
"guzzlehttp/guzzle": "To use the HTTP cache invalidation system.",
Expand Down

0 comments on commit 43a2b6c

Please sign in to comment.