-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.28 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
{
"name": "suckkay/yii2-user-plus-pighunter",
"description":"High flexible user management extension for yii2",
"type": "yii2-extension",
"license": "Apache-2.0",
"authors": [
{
"name": "Arif Rahman",
"email": "[email protected]",
"homepage": "https://github.com/scukkay?tab=repositories"
}
],
"support": {
"issues": "https://github.com/suckkay/yii2-user-plus-pighunter/issues?state=open",
"source": "https://github.com/suckkay/yii2-user-plus-pighunter"
},
"suggest": {
"johnitvn/yii2-rbac-plus": "Database role base access control manager for yii2"
},
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": ">=2.0.4",
"yiisoft/yii2-bootstrap": "~2.0",
"yiisoft/yii2-swiftmailer": "~2.0",
"yiisoft/yii2-authclient": "~2.0",
"yiisoft/yii2-jui": "*",
"johnitvn/yii2-ajaxcrud": "2.0.3",
"yiisoft/yii2-imagine": "^2.0",
"dmstr/yii2-adminlte-asset": "2.*",
"mdmsoft/yii2-admin": "~2.0",
"kartik-v/yii2-widget-fileinput": "^1.0"
},
"autoload": {
"psr-4": {
"suckkay\\userplus\\": "src/"
}
},
"extra": {
"bootstrap": "suckkay\\userplus\\Bootstrap"
}
}