Skip to content

Commit 8f567c9

Browse files
authored
Remove yiisoft/json dependency (#390)
1 parent 27f0465 commit 8f567c9

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- Enh #386: Refactor array, structured and JSON expression builders (@Tigrov)
3434
- Chg #388: Change supported PHP versions to `8.1 - 8.4` (@Tigrov)
3535
- Enh #388: Minor refactoring (@Tigrov)
36+
- Chg #390: Remove `yiisoft/json` dependency (@Tigrov)
3637

3738
## 1.3.0 March 21, 2024
3839

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@
3232
],
3333
"require": {
3434
"php": "8.1 - 8.4",
35-
"ext-json": "*",
3635
"ext-pdo": "*",
3736
"ext-pdo_pgsql": "*",
38-
"yiisoft/db": "dev-master",
39-
"yiisoft/json": "^1.0"
37+
"yiisoft/db": "dev-master"
4038
},
4139
"require-dev": {
4240
"maglnet/composer-require-checker": "^4.7.1",

0 commit comments

Comments
 (0)