Initial composer file - let's hope I've got this thing right
This commit is contained in:
parent
fd4161dcaa
commit
153240759a
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "CodePlex/PHPExcel",
|
||||
"description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
||||
"keywords": ["PHP","Excel","OpenXML","spreadsheet"],
|
||||
"homepage": "http://phpexcel.codeplex.com",
|
||||
"type": "library",
|
||||
"license": "LGPL",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Maarten Balliauw",
|
||||
"homepage": "http://blog.maartenballiauw.be"
|
||||
},
|
||||
{
|
||||
"name": "Mark Baker"
|
||||
},
|
||||
{
|
||||
"name": "Franck Lefevre"
|
||||
},
|
||||
{
|
||||
"name": "Erik Tilt"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.2.0",
|
||||
"ext-xml": "*"
|
||||
},
|
||||
"recommend": {
|
||||
"ext-zip": "*",
|
||||
"ext-gd2": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"PHPExcel": ""
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue