Require ext-json

This commit is contained in:
Oliver Davies 2019-02-14 01:51:22 +00:00
parent 40ef399b84
commit 119afd9f24
2 changed files with 4 additions and 2 deletions

View file

@ -5,6 +5,7 @@
"php": "^7.1.3",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "^1.5",
"guzzlehttp/guzzle": "^6.3",
"josephlavin/tap": "^1.0",
"symfony/cache": "4.2.*",

5
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "35f8b30095e57576a83ae4bdaa898a19",
"content-hash": "ccd0911d9e64d0a7e474b2f57a50a49a",
"packages": [
{
"name": "guzzlehttp/guzzle",
@ -2517,7 +2517,8 @@
"platform": {
"php": "^7.1.3",
"ext-ctype": "*",
"ext-iconv": "*"
"ext-iconv": "*",
"ext-json": "^1.5"
},
"platform-dev": []
}