Skip to content

Commit 502d9f0

Browse files
authored
Provide yiisoft/db-implementation (#368)
1 parent 525868b commit 502d9f0

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
@@ -44,6 +44,7 @@
4444
- Enh #356, #357: Refactor `Command::insertWithReturningPks()` and `DMLQueryBuilder::upsert()` methods (@Tigrov)
4545
- Enh #360, #361: Implement `DMLQueryBuilder::insertReturningPks()` method (@Tigrov)
4646
- Chg #362: Replace column and table name quote character from ` to " (@Tigrov)
47+
- Enh #368: Provide `yiisoft/db-implementation` virtual package (@vjik)
4748

4849
## 1.2.0 March 21, 2024
4950

composer.json

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

0 commit comments

Comments
 (0)