Skip to content

Commit 730af66

Browse files
committed
Added ext-json as a requirement.
1 parent d5dc5b3 commit 730af66

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
@@ -36,7 +36,8 @@
3636
},
3737
"require": {
3838
"guzzlehttp/guzzle": "~6.3",
39-
"php": ">=7.0"
39+
"php": ">=7.0",
40+
"ext-json": "*"
4041
},
4142
"require-dev": {
4243
"phpunit/phpunit": "^7.2"

0 commit comments

Comments
 (0)