forked from beleneglorion/xtoy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
32 lines (30 loc) · 980 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "oblady/xtoy",
"type": "library",
"description": "A simple mechanism to convert thing X to another thing Y csv->xml rss->database",
"keywords": ["excel", "spreadsheet", "document", "xml", "csv", "csv", "html", "json", "reader", "converter", "writer"],
"homepage": "http://beleneglorion.github.io/xtoy",
"license": "MIT",
"authors": [
{
"name": "Sébastien Thibault",
"email": "contact@sebastien-thibault.com",
"homepage": "http://sebastien-thibault.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3",
"ext-zip": "*",
"php-excel-reader/spreadsheet-reader": "dev-master",
"symfony/yaml": ">=2.2",
"beleneglorion/spreadsheet-reader" : "dev-master",
"mk-j/php_xlsxwriter": "0.22"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
},
"autoload": {
"psr-0": {"XtoY\\": "src/"}
}
}