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 18ffb0d commit 71530ecCopy full SHA for 71530ec
composer.json
@@ -33,10 +33,10 @@
33
"doctrine/mongodb-odm": "~1.0",
34
"doctrine/doctrine-bundle": "~1.0",
35
"doctrine/orm": "~2.2",
36
- "ext-mongodb": "*",
37
"phpunit/phpunit": "~4.8|~5.0"
38
},
39
"suggest": {
+ "ext-mongodb": "For php versions > 5.3 is it required to use ext-mondodb instead of deprecated ext-mongo",
40
"doctrine/doctrine-bundle": "*",
41
"doctrine/mongodb-odm-bundle": "*",
42
"propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
0 commit comments