From 897dee740a46f3c51d08a7e9115db89af78034c4 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Mon, 7 Jul 2025 14:43:29 +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 c3cefdebe..1f716e026 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 a0e380b10..d965c7595 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"