Skip to content

Commit 11d138b

Browse files
authored
Remove yiisoft/json dependency (#343)
1 parent e675aa9 commit 11d138b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- Chg #339: Change return type of `Command::insertWithReturningPks()` method to `array|false` (@Tigrov)
3030
- New #319: Add parameters `$ifExists` and `$cascade` to `CommandInterface::dropTable()` and
3131
`DDLQueryBuilderInterface::dropTable()` methods (@vjik)
32+
- Chg #343: Remove `yiisoft/json` dependency (@Tigrov)
3233

3334
## 1.2.0 March 21, 2024
3435

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@
3434
"php": "8.1 - 8.4",
3535
"ext-mbstring": "*",
3636
"ext-pdo": "*",
37-
"yiisoft/db": "dev-master",
38-
"yiisoft/json": "^1.0"
37+
"yiisoft/db": "dev-master"
3938
},
4039
"require-dev": {
41-
"ext-json": "*",
4240
"maglnet/composer-require-checker": "^4.7.1",
4341
"phpunit/phpunit": "^10.5.45",
4442
"rector/rector": "^2.0.10",

0 commit comments

Comments
 (0)