Skip to content

Commit 04efa87

Browse files
authored
Fix Yii DB version (#411)
1 parent b6bc2f8 commit 04efa87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"php": "8.1 - 8.5",
3535
"ext-mbstring": "*",
3636
"ext-pdo": "*",
37-
"yiisoft/db": "dev-master"
37+
"yiisoft/db": "^2.0"
3838
},
3939
"require-dev": {
4040
"bamarni/composer-bin-plugin": "^1.8.3",

0 commit comments

Comments
 (0)