From fc10cd181ff5d8f351b86c4dd6fa3e643b279cbe Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 14 Jun 2019 15:38:00 +0200 Subject: composer.json: Fix name of fileinfo PHP extension Signed-off-by: Florian Pritz --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8175a844b..3ec44b644 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": ">=5.5", "ext-gd": "*", "ext-exif": "*", - "ext-finfo": "*", + "ext-fileinfo": "*", "ext-phar": "*", "ext-mbstring": "*" }, -- cgit v1.2.3-24-g4f1b