We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c1242 commit 43a2b6cCopy full SHA for 43a2b6c
composer.json
@@ -76,10 +76,11 @@
76
"webonyx/graphql-php": ">=0.13 <1.0"
77
},
78
"conflict": {
79
- "doctrine/common": "<2.7"
+ "doctrine/common": "<2.7",
80
+ "doctrine/mongodb-odm": "<2.0"
81
82
"suggest": {
- "doctrine/mongodb-odm-bundle": "To support MongoDB.",
83
+ "doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",
84
"elasticsearch/elasticsearch": "To support Elasticsearch.",
85
"friendsofsymfony/user-bundle": "To use the FOSUserBundle bridge.",
86
"guzzlehttp/guzzle": "To use the HTTP cache invalidation system.",
0 commit comments