init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
31
lib/composer.json
Normal file
31
lib/composer.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "faisalman/simple-excel-php",
|
||||
"type": "library",
|
||||
"description": "Easily parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc formats",
|
||||
"keywords": ["excel", "spreadsheet", "document", "xml", "csv", "tsv", "html", "json", "parser", "converter", "writer"],
|
||||
"homepage": "http://faisalman.github.com/simple-excel-php",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/faisalman/simple-excel-php.git"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Faisal Salman",
|
||||
"email": "fyzlman@gmail.com",
|
||||
"homepage": "http://faisalman.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {"SimpleExcel\\": "src/"}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue