From 79a70252dfca541fc9a09d99046475b5d5ccaee5 Mon Sep 17 00:00:00 2001 From: netpok Date: Sun, 9 Feb 2020 08:58:12 +0100 Subject: [PATCH] Add required extensions to composer.json (#106) --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index d8a6790..fa6f520 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,8 @@ ], "require": { "php": ">=5.5.0", + "ext-json": "*", + "ext-mbstring": "*", "illuminate/console": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0", "illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0" },