Skip to content

Commit

Permalink
Fix required db* packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Jun 9, 2024
1 parent a5eae7d commit c12b9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"yiisoft/aliases": "^3.0",
"yiisoft/arrays": "^2.1|^3.0",
"yiisoft/data-response": "^2.0",
"yiisoft/db": "1.2 as dev-master",
"yiisoft/db": "*",
"yiisoft/friendly-exception": "^1.1",
"yiisoft/http": "^1.2",
"yiisoft/hydrator": "^1.0",
Expand All @@ -62,7 +62,7 @@
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^5.13",
"yiisoft/cache": "^3.0",
"yiisoft/db-sqlite": "^1.0",
"yiisoft/db-sqlite": "dev-master",
"yiisoft/di": "^1.1",
"yiisoft/dummy-provider": "^1.0",
"yiisoft/event-dispatcher": "^1.0",
Expand Down

0 comments on commit c12b9ff

Please sign in to comment.