-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
37 lines (37 loc) · 1.14 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
{
"name": "shmilyzxt/yii2-kartikcrud",
"description": "a gii crud template for yii2 using kartik grid and ajax",
"type": "yii2-extension",
"keywords": ["yii2","extension","ajax","crud","gii","template","database"],
"license": "Apache-2.0",
"authors": [
{
"name": "shmilyzxt",
"email": "[email protected]",
"homepage": "https://github.com/shmilyzxt?tab=repositories"
}
],
"support": {
"issues": "https://github.com/shmilyzxt/yii2-kartikcrud/issues?state=open",
"source": "https://github.com/shmilyzxt/yii2-kartikcrud"
},
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-bootstrap": "*",
"kartik-v/yii2-grid": "^3.0.4",
"kartik-v/yii2-detail-view": "^1.7.3",
"kartik-v/yii2-mpdf": "^1.0.0",
"kartik-v/yii2-editable": "^1.7.3",
"kartik-v/yii2-dialog": "^1.0.0",
"kartik-v/yii2-widgets": "*"
},
"autoload": {
"psr-4": {
"shmilyzxt\\kartikcrud\\": ""
}
},
"extra": {
"bootstrap": "shmilyzxt\\kartikcrud\\Bootstrap"
}
}