From cd1716ca311f73ba6f33e2c535a084561fac292a Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Sat, 8 Feb 2020 17:05:11 +0100 Subject: [PATCH] Adding ext-fileinfo to composer suggest section --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 02d58e164..704d4eaad 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,6 @@ ], "require": { "php": "^7.2", - "ext-fileinfo": "*", "ext-json": "*", "league/uri-interfaces": "^2.1", "psr/http-message": "^1.0" @@ -45,6 +44,7 @@ "suggest": { "ext-intl": "to handle IDN host", "ext-gmp": "to improve handle IPV4 parsing", + "ext-fileinfo": "Needed to create Data URI from a filepath", "php-64bit": "to improve handle IPV4 parsing", "jeremykendall/php-domain-parser": "Public Suffix and Top Level Domain parsing implemented in PHP", "league/uri": "to allow manipulating URI objects",