Skip to content

Commit e2d301c

Browse files
committed
Add ext-json
1 parent 081be07 commit e2d301c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"require": {
1515
"php": "^7.2 || ^8.0",
1616
"psr/http-factory": "^1.0.1",
17-
"psr/http-server-middleware": "^1.0.1"
17+
"psr/http-server-middleware": "^1.0.1",
18+
"ext-json": "*"
1819
},
1920
"require-dev": {
2021
"fig/http-message-util": "^1.1",

0 commit comments

Comments
 (0)