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 8f53e48 commit 1a69e0fCopy full SHA for 1a69e0f
CHANGELOG.md
@@ -1,10 +1,11 @@
1
Yii Framework 2 mongodb extension Change Log
2
============================================
3
4
-3.0.4 under development
+3.0.4 October 01, 2025
5
-----------------------
6
7
- Bug #388: Fix `MongoDB\Driver\Cursor::getId() expects exactly 0 arguments, 1 given` (vanyabrovary)
8
+- Chg #394: Update php-mongodb extension version requirement to 2.x (samuelrajan747)
9
10
11
3.0.3 May 06, 2025
composer.json
@@ -18,7 +18,7 @@
18
}
19
],
20
"require": {
21
- "ext-mongodb": ">=1.20.1",
+ "ext-mongodb": ">=2.0.0",
22
"yiisoft/yii2": "~2.0.39"
23
},
24
"require-dev": {
0 commit comments