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 435d493 commit 6ea8030Copy full SHA for 6ea8030
composer.json
@@ -36,8 +36,8 @@
36
"doctrine/data-fixtures": "^1.2.2",
37
"doctrine/doctrine-bundle": "^1.8",
38
"doctrine/doctrine-cache-bundle": "^1.3.5",
39
- "doctrine/mongodb-odm": "^2.0@rc",
40
- "doctrine/mongodb-odm-bundle": "^4.0@rc",
+ "doctrine/mongodb-odm": "^2.0",
+ "doctrine/mongodb-odm-bundle": "^4.0",
41
"doctrine/orm": "^2.6.3",
42
"elasticsearch/elasticsearch": "^6.0",
43
"friendsofsymfony/user-bundle": "^2.2@dev",
@@ -89,8 +89,7 @@
89
},
90
"conflict": {
91
"doctrine/common": "<2.7",
92
- "doctrine/mongodb-odm": "<2.0",
93
- "doctrine/mongodb-odm-bundle": "4.0.0-RC2"
+ "doctrine/mongodb-odm": "<2.0"
94
95
"suggest": {
96
"doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",
0 commit comments