Skip to content

Commit dab17e8

Browse files
committed
Require alpha versions of Doctrine MongoDB ODM 2.0
1 parent 0478e4a commit dab17e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.2",
15-
"doctrine/mongodb-odm": "dev-master",
15+
"doctrine/mongodb-odm": "^2.0@alpha",
1616
"doctrine/annotations": "^1.2",
1717
"psr/log": "^1.0",
1818
"symfony/options-resolver": "^3.4 || ^4.0",

0 commit comments

Comments
 (0)