Skip to content

Commit fdc876c

Browse files
authored
Merge pull request #4 from rvalitov/bug/ext-json
[add] ext-json requirement
2 parents 62540c5 + 1d1d564 commit fdc876c

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
@@ -18,7 +18,8 @@
1818
"require": {
1919
"php": "~5.6|~7.0",
2020
"guzzlehttp/guzzle": "^6.3",
21-
"sabre/cache": "^1.0"
21+
"sabre/cache": "^1.0",
22+
"ext-json": "*"
2223
},
2324
"require-dev": {
2425
"phpunit/phpunit" : ">=5.4.3",

0 commit comments

Comments
 (0)