forked from phpnt/yii2-export
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 891 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": "phpnt/yii2-export",
"description": "Yii2 It saves data in xls, csv, word, html, pdf files.",
"keywords": ["yii2", "export", "xls", "excel", "csv", "word", "html", "pdf", "widget", "extension", "phpexcel", "phpword", "dompdf"],
"type": "yii2-extension",
"license": "MIT",
"minimum-stability" : "dev",
"prefer-stable": true,
"support": {
"source": "https://github.com/phpnt/yii2-export"
},
"authors": [
{
"name": "phpNT",
"email": "[email protected]",
"homepage": "http://phpnt.com"
}
],
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"phpoffice/phpexcel": ">=1.8.1",
"phpoffice/phpword": ">=v0.12.1 ",
"dompdf/dompdf": ">=v0.7.0"
},
"autoload": {
"psr-4": {
"phpnt\\exportFile\\": ""
}
}
}