From f37f3c4c225e3fe80937ec17feaa8838474937ac Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 23 Nov 2018 14:19:22 +0100 Subject: [PATCH] :heavy_plus_sign: iconv was missing (used in export) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dbbe9b001..95483d7e6 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,8 @@ "ext-json": "*", "ext-zip": "*", "ext-mysqli": "*", - "ext-dom": "*" + "ext-dom": "*", + "ext-iconv": "*" }, "config": { "platform": {