Skip to content

Commit 0d41aa8

Browse files
authored
Introduce yiisoft/db-implementation virtual package (#998)
1 parent f550106 commit 0d41aa8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
- Chg #985: Rename `insertWithReturningPks()` to `insertReturningPks()` in `CommandInterface` and `DMLQueryBuilderInterface` (@Tigrov)
104104
- Enh #992: Add optional type casting to `DataReaderInterface` using columns (@Tigrov)
105105
- New #988: Add `CaseExpression` and `CaseExpressionBuilder` to build `CASE-WHEN-THEN-ELSE` SQL expressions (@Tigrov)
106-
- Enh #991: Improve types in `ConnectionInterface::transaction()` (@kikara)
106+
- Enh #991: Improve types in `ConnectionInterface::transaction()` (@kikara)
107+
- Chg #998: Add `yiisoft/db-implementation` virtual package as dependency (@vjik)
107108

108109
## 1.3.0 March 21, 2024
109110

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"php": "8.1 - 8.4",
3434
"ext-pdo": "*",
3535
"psr/log": "^2.0|^3.0",
36-
"psr/simple-cache": "^2.0|^3.0"
36+
"psr/simple-cache": "^2.0|^3.0",
37+
"yiisoft/db-implementation": "1.0.0"
3738
},
3839
"require-dev": {
3940
"maglnet/composer-require-checker": "^4.7.1",
@@ -45,6 +46,7 @@
4546
"yiisoft/aliases": "^3.0",
4647
"yiisoft/cache-file": "^3.2",
4748
"yiisoft/di": "^1.3",
49+
"yiisoft/dummy-provider": "^1.1",
4850
"yiisoft/event-dispatcher": "^1.1",
4951
"yiisoft/log": "^2.1",
5052
"yiisoft/var-dumper": "^1.7",

0 commit comments

Comments
 (0)