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:
parent
ec9e548153
commit
9ceedaf528
|
@ -36,8 +36,8 @@
|
||||||
"friendsofphp/php-cs-fixer": "^1.11"
|
"friendsofphp/php-cs-fixer": "^1.11"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-zip": "*",
|
"ext-zip": "Required to handle .xlsx .ods or .gnumeric files",
|
||||||
"ext-gd": "*",
|
"ext-gd": "Required for exact column width autocalculation",
|
||||||
"ext-dom": "Option to read and write HTML files",
|
"ext-dom": "Option to read and write HTML files",
|
||||||
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
||||||
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
|
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
|
||||||
|
|
Loading…
Reference in New Issue