Skip to content

Commit 5a4c679

Browse files
authored
Provide yiisoft/db-implementation (#336)
1 parent 7731d6b commit 5a4c679

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
@@ -51,6 +51,7 @@
5151
- Chg #326: Add alias in `DQLQueryBuilder::selectExists()` method for consistency with other DBMS (@Tigrov)
5252
- Enh #327: Refactor constraints (@Tigrov)
5353
- Chg #330: Rename `insertWithReturningPks()` to `insertReturningPks()` in `Command` and `DMLQueryBuilder` classes (@Tigrov)
54+
- Enh #336: Provide `yiisoft/db-implementation` virtual package (@vjik)
5455

5556
## 1.3.0 March 21, 2024
5657

composer.json

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

0 commit comments

Comments
 (0)