-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (37 loc) · 1.04 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
{
"name": "dlds/yii2-giixer",
"description": "Extended Yii2 Gii module with common handlers",
"keywords": ["yii2", "gii", "extended"],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/dlds/yii2-giixer/issues",
"wiki": "https://github.com/dlds/yii2-giixer/wiki",
"source": "https://github.com/dlds/yii2-giixer"
},
"authors": [
{
"name": "Jiri Svoboda",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2-imagine": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"dlds/yii2-metronic": "~2.0.0",
"dlds/yii2-rels": "~0.8.0",
"kartik-v/yii2-dynagrid": "~1.4.0"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-faker": "*",
"codeception/specify": "*",
"codeception/verify": "*"
},
"autoload": {
"psr-4": {
"dlds\\giixer\\": "src"
}
}
}