Skip to content

Commit

Permalink
Fix wrong mongodb-odm requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 30, 2019
1 parent 25790a6 commit 0526d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^7.2",
"doctrine/annotations": "^1.2",
"doctrine/mongodb-odm": "^2.0.0-RC1",
"doctrine/mongodb-odm": "^2.0.0-RC2",
"psr/log": "^1.0",
"symfony/console": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
Expand Down

0 comments on commit 0526d48

Please sign in to comment.