Skip to content

Commit 705c8da

Browse files
authored
Merge pull request #9 from multitheftauto/build/use-built-in-php-json-ext
build: use built-in php json extension
2 parents cda62cc + a1c50cb commit 705c8da

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)