From 08afa5c83249de695ee1557950ed7b0025bd8fe8 Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Mon, 28 Jan 2019 16:31:31 +0000 Subject: [PATCH] JSON extension required --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f700cb9..5789e1d 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,8 @@ "require": { "php": ">=5.5.9", "guzzlehttp/guzzle": "~6.0", - "fzaninotto/faker": "^1.6" + "fzaninotto/faker": "^1.6", + "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^5.7",