Skip to content

Commit 230ef8c

Browse files
update php-mongodb extension version requirement to 2.x
1 parent e2a70a6 commit 230ef8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"yiisoft/yii2": "~2.0.39",
22-
"ext-mongodb": ">=1.20.1",
22+
"ext-mongodb": ">=2.0.0",
2323
"paragonie/random_compat": ">=1"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)