forked from schmunk42/yii2-giiant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 972 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
32
33
34
35
{
"name": "schmunk42/yii2-giiant",
"description": "Gii CRUD generator for Yii 2 Framework",
"keywords": ["yii2", "gii", "crud"],
"homepage": "https://github.com/schmunk42/yii2-giiant",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Tobias Munk",
"email": "[email protected]",
"homepage": "http://www.usrbin.de"
}
],
"require": {
"cmrcx/phptidy": "2.*",
"dmstr/yii2-bootstrap": "*",
"dmstr/yii2-helpers": "*",
"dmstr/yii2-db": "*",
"yiisoft/yii2": "~2.0.4",
"yiisoft/yii2-gii": "~2.0.4"
},
"autoload": {
"psr-4": {
"schmunk42\\giiant\\": "src"
}
},
"extra": {
"bootstrap": "schmunk42\\giiant\\Bootstrap",
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}