-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 989 Bytes
/
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
{
"name": "ahmadasjad/yii2-rbac-plus",
"description": "Database role base access control manager for yii2",
"type": "yii2-extension",
"license": "Apache-2.0",
"authors": [
{
"name": "Ahmad Asjad",
"email": "[email protected]",
"homepage": "https://github.com/ahmadasjad"
}
],
"support": {
"issues": "https://github.com/ahmadasjad/yii2-rbac-plus/issues?state=open",
"source": "https://github.com/ahmadasjad/yii2-rbac-plus"
},
"suggest": {
"johnitvn/yii2-user-plus": "High flexible user management extension for yii2"
},
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": ">=2.0.4",
"johnitvn/yii2-ajaxcrud": ">=2.0.0",
"kartik-v/yii2-grid": "@dev"
},
"autoload": {
"psr-4": {
"ahmadasjad\\rbacplus\\": "src/"
}
},
"extra": {
"bootstrap": "ahmadasjad\\rbacplus\\Bootstrap"
}
}