We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yiisoft/json
1 parent 27f0465 commit 8f567c9Copy full SHA for 8f567c9
2 files changed
CHANGELOG.md
@@ -33,6 +33,7 @@
33
- Enh #386: Refactor array, structured and JSON expression builders (@Tigrov)
34
- Chg #388: Change supported PHP versions to `8.1 - 8.4` (@Tigrov)
35
- Enh #388: Minor refactoring (@Tigrov)
36
+- Chg #390: Remove `yiisoft/json` dependency (@Tigrov)
37
38
## 1.3.0 March 21, 2024
39
composer.json
@@ -32,11 +32,9 @@
32
],
"require": {
"php": "8.1 - 8.4",
- "ext-json": "*",
"ext-pdo": "*",
"ext-pdo_pgsql": "*",
- "yiisoft/db": "dev-master",
- "yiisoft/json": "^1.0"
+ "yiisoft/db": "dev-master"
40
},
41
"require-dev": {
42
"maglnet/composer-require-checker": "^4.7.1",
0 commit comments