From 92181313cb2dc0a28c69bb8fd26d3b6c05bc9108 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 20 Feb 2019 18:05:26 +0100 Subject: [PATCH] wip #2602 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index d5210fc..e65ce65 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ ], "require": { "php": ">=7.0.0", - "ext-mbstring": "", - "ext-dom": "", - "ext-simplexml": "", - "ext-igbinary": "", - "ext-json": "", - "ext-iconv": "" + "ext-mbstring": "*", + "ext-dom": "*", + "ext-simplexml": "*", + "ext-igbinary": "*", + "ext-json": "*", + "ext-iconv": "*" } } \ No newline at end of file -- 2.39.5