Skip to content

Commit a1c50cb

Browse files
committed
build: use built-in php json extension
1 parent cda62cc commit a1c50cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"require": {
1616
"php": "^7.1",
17-
"ext-json": "^1.5",
17+
"ext-json": "*",
1818
"php-http/client-implementation": "^1.0",
1919
"php-http/httplug": "^2.0",
2020
"psr/http-factory": "^1.0"

0 commit comments

Comments
 (0)