We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yiisoft/db-implementation
1 parent 9b218d8 commit b6ee95eCopy full SHA for b6ee95e
CHANGELOG.md
@@ -46,6 +46,7 @@
46
- Enh #412: Reduce binding parameters (@Tigrov)
47
- Chg #414: Rename `DMLQueryBuilder::insertWithReturningPks()` to `DMLQueryBuilder::insertReturningPks()` (@Tigrov)
48
- Enh #415: Implement `CaseExpressionBuilder` class (@Tigrov)
49
+- Enh #420: Provide `yiisoft/db-implementation` virtual package (@vjik)
50
51
## 1.3.0 March 21, 2024
52
composer.json
@@ -48,6 +48,9 @@
"yiisoft/cache-file": "^3.2",
"yiisoft/var-dumper": "^1.7"
},
+ "provide": {
+ "yiisoft/db-implementation": "1.0.0"
53
+ },
54
"autoload": {
55
"psr-4": {
56
"Yiisoft\\Db\\Pgsql\\": "src"
0 commit comments