You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per PHP documentation, json_decode is always available starting with PHP 8.0
"As of PHP 8.0.0, the JSON extension is a core PHP extension, so it is always enabled."
Reference: https://www.php.net/manual/en/json.installation.php
Signed-off-by: Mathias Berchtold <[email protected]>
Copy file name to clipboardExpand all lines: composer.json
-2
Original file line number
Diff line number
Diff line change
@@ -40,12 +40,10 @@
40
40
},
41
41
"require-dev": {
42
42
"laminas/laminas-coding-standard": "^3.0.1",
43
-
"laminas/laminas-json": "^3.7",
44
43
"phpunit/phpunit": "^10.5.38",
45
44
"webmozart/assert": "^1.11"
46
45
},
47
46
"suggest": {
48
-
"laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
49
47
"laminas/laminas-log": "^2.9.1 To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
50
48
"laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
51
49
"laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
0 commit comments