diff --git a/CHANGELOG.md b/CHANGELOG.md index c3cefdeb..1f716e02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ - Enh #356, #357: Refactor `Command::insertWithReturningPks()` and `DMLQueryBuilder::upsert()` methods (@Tigrov) - Enh #360, #361: Implement `DMLQueryBuilder::insertReturningPks()` method (@Tigrov) - Chg #362: Replace column and table name quote character from ` to " (@Tigrov) +- Enh #368: Provide `yiisoft/db-implementation` virtual package (@vjik) ## 1.2.0 March 21, 2024 diff --git a/composer.json b/composer.json index a0e380b1..d965c759 100644 --- a/composer.json +++ b/composer.json @@ -47,6 +47,9 @@ "yiisoft/cache-file": "^3.2", "yiisoft/var-dumper": "^1.7" }, + "provide": { + "yiisoft/db-implementation": "1.0.0" + }, "autoload": { "psr-4": { "Yiisoft\\Db\\Sqlite\\": "src"