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 66e6a60 commit eebe57bCopy full SHA for eebe57b
composer.json
@@ -70,10 +70,9 @@
70
},
71
"conflict": {
72
"doctrine/annotations": "<1.13 || >=3.0",
73
- "doctrine/dbal": "<3.2",
74
- "doctrine/mongodb-odm": "<2.3",
75
- "doctrine/orm": "<2.14.0 || 2.16.0 || 2.16.1",
76
- "sebastian/comparator": "<2.0"
+ "doctrine/dbal": "<3.2 || >=4.0",
+ "doctrine/mongodb-odm": "<2.3 || >=3.0",
+ "doctrine/orm": "<2.14.0 || 2.16.0 || 2.16.1 || >=3.0"
77
78
"suggest": {
79
"doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
0 commit comments