From 6c167505e9981175026fa5ffb76a6f3d34f62545 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Thu, 13 Mar 2025 12:09:54 +0700 Subject: [PATCH 1/2] Remove `yiisoft/json` dependency --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 52fe522d..a0e380b1 100644 --- a/composer.json +++ b/composer.json @@ -34,11 +34,9 @@ "php": "8.1 - 8.4", "ext-mbstring": "*", "ext-pdo": "*", - "yiisoft/db": "dev-master", - "yiisoft/json": "^1.0" + "yiisoft/db": "dev-master" }, "require-dev": { - "ext-json": "*", "maglnet/composer-require-checker": "^4.7.1", "phpunit/phpunit": "^10.5.45", "rector/rector": "^2.0.10", From 661694bc9b6db5b96758a5574087a53d2b1a2fe9 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Fri, 14 Mar 2025 14:37:29 +0700 Subject: [PATCH 2/2] Add line to CHANGELOG.md [skip ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03156050..a5ea3b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ - Chg #339: Change return type of `Command::insertWithReturningPks()` method to `array|false` (@Tigrov) - New #319: Add parameters `$ifExists` and `$cascade` to `CommandInterface::dropTable()` and `DDLQueryBuilderInterface::dropTable()` methods (@vjik) +- Chg #343: Remove `yiisoft/json` dependency (@Tigrov) ## 1.2.0 March 21, 2024