Skip to content

Commit fc9d492

Browse files
committed
Try a fork of doctrine/mongodb-odm-bundle
1 parent dd3ffe0 commit fc9d492

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
{
1313
"type": "git",
1414
"url": "https://github.com/andrewmy/php-rabbitmq-management-api.git"
15+
},
16+
{
17+
"type": "git",
18+
"url": "https://github.com/rimvislt/DoctrineMongoDBBundle.git"
1519
}
1620
],
1721
"require": {
@@ -64,7 +68,7 @@
6468
"symfony/yaml": "^4.3|^5",
6569
"empi89/php-amqp-stubs": "*@dev",
6670
"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",
6872
"alcaeus/mongo-php-adapter": "^1.0",
6973
"kwn/php-rdkafka-stubs": "^1.0.2 | ^2.0",
7074
"friendsofphp/php-cs-fixer": "^2",

0 commit comments

Comments
 (0)