Skip to content

Commit cb95bfe

Browse files
committed
fix: upgrade mongodb/mongodb
Upgrading mongodb/mongodb to fix deprection warnings
1 parent c64b4aa commit cb95bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"google/cloud-pubsub": "^1.4.3",
2929
"doctrine/orm": "^2.12",
3030
"doctrine/persistence": "^2.0|^3.0",
31-
"mongodb/mongodb": "^1.2",
31+
"mongodb/mongodb": "^1.17",
3232
"pda/pheanstalk": "^3.1",
3333
"aws/aws-sdk-php": "^3.290",
3434
"stomp-php/stomp-php": "^4.5|^5",
@@ -127,7 +127,7 @@
127127
"ext-rdkafka": "4.0",
128128
"ext-bcmath": "1",
129129
"ext-mbstring": "1",
130-
"ext-mongo": "1.6.14",
130+
"ext-mongodb": "1.17",
131131
"ext-sockets": "1"
132132
},
133133
"prefer-stable": true,

0 commit comments

Comments
 (0)