Skip to content

Commit b343166

Browse files
authored
Fix dependencies (#33)
1 parent 29c76b4 commit b343166

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": "^7.4|^8.0",
2424
"ext-json": "*",
2525
"yiisoft/cache": "^1.0",
26-
"yiisoft/arrays": "^1.0",
26+
"yiisoft/arrays": "^2.0",
2727
"yiisoft/db": "3.0.x-dev",
2828
"yiisoft/translator": "^1.0"
2929
},
@@ -34,6 +34,7 @@
3434
"vimeo/psalm": "^4.2",
3535
"yiisoft/di": "^3.0@dev",
3636
"yiisoft/db-sqlite": "3.0.x-dev",
37+
"yiisoft/psr-dummy-provider": "^1.0",
3738
"yiisoft/yii-db-migration": "1.0.x-dev"
3839
},
3940
"autoload": {

0 commit comments

Comments
 (0)