-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.09 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": "suckkay/yii2-user-plus",
"description":"High flexible user management extension for yii2",
"type": "yii2-extension",
"license": "Apache-2.0",
"authors": [
{
"name": "John Martin",
"email": "[email protected]",
"homepage": "https://github.com/johnitvn?tab=repositories"
}
],
"support": {
"issues": "https://github.com/johnitvn/yii2-user-plus/issues?state=open",
"source": "https://github.com/johnitvn/yii2-user-plus"
},
"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"
},
"autoload": {
"psr-4": {
"johnitvn\\userplus\\": "src/"
}
},
"extra": {
"bootstrap": "johnitvn\\userplus\\Bootstrap"
}
}