-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.31 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.31 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "vsdesk/vsdesk-generator",
"description": "Yii2 Generator extension for Gii plugin with adminlte and base on dynagrid. upload excel to system to with log upload",
"keywords": [
"yii2",
"adminlte",
"gii",
"personalize",
"dynagrid"
],
"homepage": "https://github.com/vsdesk/vsdesk-generator",
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/vsdesk/vsdesk-generator/issues",
"source": "https://github.com/vsdesk/vsdesk-generator"
},
"authors": [
{
"name": "Alexandr Ivanov",
"homepage": "http://vsdesk.ru"
}
],
"require": {
"php": ">=5.3.0",
"phpoffice/phpspreadsheet": "*",
"yiisoft/yii2-imagine": "*",
"kartik-v/yii2-widgets": "*",
"kartik-v/yii2-grid": "*",
"kartik-v/yii2-krajee-base": "*",
"kartik-v/yii2-mpdf": "*",
"kartik-v/yii2-checkbox-x": "*",
"kartik-v/yii2-dynagrid": "*",
"kartik-v/yii2-widget-datepicker": "*",
"kartik-v/yii2-tabs-x": "*",
"kartik-v/bootstrap-fileinput": "*",
"kartik-v/yii2-checkbox-x": "*"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"vsdesk\\gii\\": ""
}
}
}