forked from liuggio/ExcelBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (29 loc) · 906 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
{
"name": "liuggio/excelbundle",
"description": "This is a Symfony2 Bundle helps you to read and write Excel files (including pdf, xlsx, odt), thanks to the PHPExcel library",
"authors": [
{
"name": "Giulio De Donato",
"email": "[email protected]"
},
{
"name": "ExcelBundle Contributors",
"homepage": "https://github.com/liuggio/ExcelBundle#contributors"
}
],
"keywords": ["xls","Excel", "symfony2", "bundle"],
"homepage": "http://www.welcometothebundle.com",
"license": "MIT",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"irongit/symfony2-stream-response": ">=1.0",
"phpoffice/phpexcel": "1.7.9"
},
"autoload": {
"psr-0": {
"Liuggio\\ExcelBundle": ""
}
},
"target-dir": "Liuggio/ExcelBundle"
}