Additional suggestions for composer file
This commit is contained in:
parent
d88bcab34c
commit
99ac714a56
|
@ -4,7 +4,7 @@
|
||||||
"keywords": ["PHP","Excel","OpenXML","xlsx","xls","spreadsheet"],
|
"keywords": ["PHP","Excel","OpenXML","xlsx","xls","spreadsheet"],
|
||||||
"homepage": "http://phpexcel.codeplex.com",
|
"homepage": "http://phpexcel.codeplex.com",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"license": "LGPL",
|
"license": "LGPL-2.1",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Maarten Balliauw",
|
"name": "Maarten Balliauw",
|
||||||
|
@ -31,9 +31,13 @@
|
||||||
"phpunit/phpunit": "4.6.*",
|
"phpunit/phpunit": "4.6.*",
|
||||||
"mikey179/vfsStream": "1.5.*"
|
"mikey179/vfsStream": "1.5.*"
|
||||||
},
|
},
|
||||||
"recommend": {
|
"suggest": {
|
||||||
"ext-zip": "*",
|
"ext-zip": "*",
|
||||||
"ext-gd2": "*"
|
"ext-gd2": "*",
|
||||||
|
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
||||||
|
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
|
||||||
|
"tecnick.com/tcpdf": "Option for rendering PDF with PDF Writer",
|
||||||
|
"jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
Loading…
Reference in New Issue