Update composer.json

fill description for recommend tags. the value is not dependency, but informational text:
https://getcomposer.org/doc/04-schema.md#suggest
This commit is contained in:
Elan Ruusamäe 2016-10-18 23:13:36 +03:00 committed by Adrien Crivelli
parent ec9e548153
commit 9ceedaf528
1 changed files with 2 additions and 2 deletions

View File

@ -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",