-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.05 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1.05 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
{
"name": "vsdesk/vsdesk-builder",
"description": "GUI built on top of Gii, migration tool, and other extensions to quickly prototype and generate working apps",
"type": "yii2-extension",
"keywords": ["yii2","extension","workbench","schema","builder"],
"license": "MIT",
"support": {
"issues": "https://github.com/vsdesk/vsdesk-builder/issues",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "https://github.com/vsdesk/vsdesk-builder/wiki",
"source": "https://github.com/vsdesk/vsdesk-builder"
},
"authors": [
{
"name": "Alexandr Ivanov",
"email": "dev@vsdesk.ru"
}
],
"require": {
"yiisoft/yii2": ">=2.0.4",
"yii2tech/filedb": "^1.0",
"bower-asset/flat-ui": "2.3.*"
},
"autoload": {
"psr-4": {
"vsdesk\\builder\\": ""
}
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}