Skip to content

Commit ddf0897

Browse files
root(composer.json): fix ext-json version.
1 parent 6b022b7 commit ddf0897

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
@@ -26,7 +26,7 @@
2626
"require": {
2727
"php": ">=7.1",
2828
"guzzlehttp/guzzle": "6.3.3",
29-
"ext-json": ""
29+
"ext-json": "*"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)