forked from schmunk42/yii2-giiant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.26 KB
/
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
36
37
38
39
40
41
42
43
{
"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": "^3.1",
"dmstr/yii2-bootstrap": "^0.1.2 || ^0.2.1",
"dmstr/yii2-helpers": "*",
"dmstr/yii2-db": "*",
"friendsofphp/php-cs-fixer": "1.* || 2.*",
"yiisoft/yii2": "~2.0.13",
"yiisoft/yii2-gii": "~2.0.6 || ~2.1.0"
},
"require-dev": {
"codeception/codeception": "^2.2",
"codeception/specify": "^0.4",
"dmstr/yii2-web": "^0.4.2",
"rmrevin/yii2-fontawesome": "2.*",
"insolita/yii2-adminlte-widgets": "1.1.*"
},
"autoload": {
"psr-4": {
"schmunk42\\giiant\\": "src"
}
},
"extra": {
"bootstrap": "schmunk42\\giiant\\Bootstrap",
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}