From 9ceedaf5289e4f75f234af65e221f87e4e7a0ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 18 Oct 2016 23:13:36 +0300 Subject: [PATCH] Update composer.json fill description for recommend tags. the value is not dependency, but informational text: https://getcomposer.org/doc/04-schema.md#suggest --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f0006eb1..ad281332 100644 --- a/composer.json +++ b/composer.json @@ -36,8 +36,8 @@ "friendsofphp/php-cs-fixer": "^1.11" }, "suggest": { - "ext-zip": "*", - "ext-gd": "*", + "ext-zip": "Required to handle .xlsx .ods or .gnumeric files", + "ext-gd": "Required for exact column width autocalculation", "ext-dom": "Option to read and write HTML files", "mpdf/mpdf": "Option for rendering PDF with PDF Writer", "dompdf/dompdf": "Option for rendering PDF with PDF Writer",