From 19c19b79241216e49fdc106e8c3e3f55195f978c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Michel=20Vourg=C3=A8re?= Date: Sat, 5 Oct 2019 16:43:54 +0200 Subject: [PATCH] Added php-mbstring dependency in composer --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0c4241d9..634db6d4 100644 --- a/composer.json +++ b/composer.json @@ -6,9 +6,9 @@ "require": { "php": ">=7.1", "ext-pgsql": "*", - }, + "ext-mbstring": "*" + }, "minimum-stability": "stable", "autoload": { } } - -- 2.39.5