Skip to content

Commit c1b89a1

Browse files
authored
Merge pull request #3092 from dunglas/fix-tests
Fix tests
2 parents 19f238b + 154d0e8 commit c1b89a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
},
8888
"conflict": {
8989
"doctrine/common": "<2.7",
90-
"doctrine/mongodb-odm": "<2.0"
90+
"doctrine/mongodb-odm": "<2.0",
91+
"doctrine/mongodb-odm-bundle": "4.0.0-RC2"
9192
},
9293
"suggest": {
9394
"doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",

0 commit comments

Comments
 (0)