Skip to content

Commit 3a17c30

Browse files
authored
Provide yiisoft/db-implementation (#405)
1 parent f83421e commit 3a17c30

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
@@ -45,6 +45,7 @@
4545
- Enh #394, #395: Refactor `Command::insertWithReturningPks()` method (@Tigrov)
4646
- Chg #399: Rename `insertWithReturningPks()` to `insertReturningPks()` in `Command` and `DMLQueryBuilder` classes (@Tigrov)
4747
- Enh #403: Refactor `DMLQueryBuilder::upsert()`, allow use `EXCLUDED` table alias to access inserted values (@Tigrov)
48+
- Enh #405: Provide `yiisoft/db-implementation` virtual package (@vjik)
4849

4950
## 1.2.0 March 21, 2024
5051

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
"yiisoft/cache-file": "^3.2",
5151
"yiisoft/var-dumper": "^1.7"
5252
},
53+
"provide": {
54+
"yiisoft/db-implementation": "1.0.0"
55+
},
5356
"autoload": {
5457
"psr-4": {
5558
"Yiisoft\\Db\\Mysql\\": "src"

0 commit comments

Comments
 (0)