Added ext-json as a requirement
Showing
... | ... | @@ -17,6 +17,7 @@ |
}, | ||
"require": { | ||
"php" : "~7.2", | ||
"ext-json": "*", | ||
"guzzlehttp/guzzle": "~6.1", | ||
"sainsburys/guzzle-oauth2-plugin": "~3.0" | ||
}, | ||
... | ... |
Please register or sign in to comment