Skip to content

Commit b6ee95e

Browse files
authored
Provide yiisoft/db-implementation (#420)
1 parent 9b218d8 commit b6ee95e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
- Enh #412: Reduce binding parameters (@Tigrov)
4747
- Chg #414: Rename `DMLQueryBuilder::insertWithReturningPks()` to `DMLQueryBuilder::insertReturningPks()` (@Tigrov)
4848
- Enh #415: Implement `CaseExpressionBuilder` class (@Tigrov)
49+
- Enh #420: Provide `yiisoft/db-implementation` virtual package (@vjik)
4950

5051
## 1.3.0 March 21, 2024
5152

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"yiisoft/cache-file": "^3.2",
4949
"yiisoft/var-dumper": "^1.7"
5050
},
51+
"provide": {
52+
"yiisoft/db-implementation": "1.0.0"
53+
},
5154
"autoload": {
5255
"psr-4": {
5356
"Yiisoft\\Db\\Pgsql\\": "src"

0 commit comments

Comments
 (0)