From bb5abd450a33e8af3c076155c192d666425f39fa Mon Sep 17 00:00:00 2001 From: Robin Speekenbrink Date: Mon, 18 Mar 2019 15:47:44 +0100 Subject: [PATCH] also include ext-json to be sure --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3e5ebd9..a45b2f5 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,8 @@ } ], "require": { - "php": ">=5.5" + "php": ">=5.5", + "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "4.4.*"