diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa2db725..f2014f9a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ - Enh #412: Reduce binding parameters (@Tigrov) - Chg #414: Rename `DMLQueryBuilder::insertWithReturningPks()` to `DMLQueryBuilder::insertReturningPks()` (@Tigrov) - Enh #415: Implement `CaseExpressionBuilder` class (@Tigrov) +- Enh #420: Provide `yiisoft/db-implementation` virtual package (@vjik) ## 1.3.0 March 21, 2024 diff --git a/composer.json b/composer.json index 5e4495867..ad3cec964 100644 --- a/composer.json +++ b/composer.json @@ -48,6 +48,9 @@ "yiisoft/cache-file": "^3.2", "yiisoft/var-dumper": "^1.7" }, + "provide": { + "yiisoft/db-implementation": "1.0.0" + }, "autoload": { "psr-4": { "Yiisoft\\Db\\Pgsql\\": "src"