forked from kartik-v/yii2-export
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
26 lines (26 loc) · 840 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
{
"name": "kartik-v/yii2-export-alt",
"description": "A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)",
"keywords": ["yii2", "extension", "widget", "export", "spreadsheet", "html", "csv", "text", "pdf", "json", "xls", "xlsx", "OpenXML"],
"homepage": "https://github.com/kartik-v/yii2-export",
"type": "yii2-extension",
"license": "BSD 3-Clause",
"authors": [
{
"name": "Kartik Visweswaran",
"email": "[email protected]",
"homepage": "http://www.krajee.com/"
}
],
"require": {
"kartik-v/yii2-grid": "*",
"phpoffice/phpexcel": "~1.8.0",
"box/spout": "~1.0"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"kartik\\export\\": ""
}
}
}