From 3bed15d2e238e74824d06c3a5e72728192e3d3ef Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Mon, 7 Jul 2025 14:40:00 +0300 Subject: [PATCH] Provide `yiisoft/db-implementation` --- CHANGELOG.md | 1 + composer.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a4bc7d..c92055e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ - Chg #326: Add alias in `DQLQueryBuilder::selectExists()` method for consistency with other DBMS (@Tigrov) - Enh #327: Refactor constraints (@Tigrov) - Chg #330: Rename `insertWithReturningPks()` to `insertReturningPks()` in `Command` and `DMLQueryBuilder` classes (@Tigrov) +- Enh #336: Provide `yiisoft/db-implementation` virtual package (@vjik) ## 1.3.0 March 21, 2024 diff --git a/composer.json b/composer.json index 0d1a01bf..5f614924 100644 --- a/composer.json +++ b/composer.json @@ -46,6 +46,9 @@ "yiisoft/cache-file": "^3.2", "yiisoft/var-dumper": "^1.7" }, + "provide": { + "yiisoft/db-implementation": "1.0.0" + }, "autoload": { "psr-4": { "Yiisoft\\Db\\Oracle\\": "src"