From 529fed36b079d16b46aafc7e01582cbf2359bebb Mon Sep 17 00:00:00 2001 From: Ilya Gusev Date: Fri, 4 Oct 2019 06:13:30 +0300 Subject: [PATCH] JsonSerializable requires php ext-json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8f318591..ccb86a2d 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,8 @@ "php": ">=7.0", "illuminate/support": ">=5.5", "pragmarx/yaml": ">=0.1", - "phpunit/php-timer": "^1.0|^2.0" + "phpunit/php-timer": "^1.0|^2.0", + "ext-json": "*" }, "require-dev": { "phpunit/phpunit": ">=6.5",