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 dd3ffe0 commit fc9d492Copy full SHA for fc9d492
composer.json
@@ -12,6 +12,10 @@
12
{
13
"type": "git",
14
"url": "https://github.com/andrewmy/php-rabbitmq-management-api.git"
15
+ },
16
+ {
17
+ "type": "git",
18
+ "url": "https://github.com/rimvislt/DoctrineMongoDBBundle.git"
19
}
20
],
21
"require": {
@@ -64,7 +68,7 @@
64
68
"symfony/yaml": "^4.3|^5",
65
69
"empi89/php-amqp-stubs": "*@dev",
66
70
"doctrine/doctrine-bundle": "~1.2|^2",
67
- "doctrine/mongodb-odm-bundle": "^3.5|^4",
71
+ "doctrine/mongodb-odm-bundle": "4.3.x-dev as 4.3.0",
72
"alcaeus/mongo-php-adapter": "^1.0",
73
"kwn/php-rdkafka-stubs": "^1.0.2 | ^2.0",
74
"friendsofphp/php-cs-fixer": "^2",
0 commit comments