forked from dektrium/yii2-rbac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 845 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": "dektrium/yii2-rbac",
"description": "RBAC management module for Yii2",
"keywords": ["yii2", "yii2-rbac", "rbac management", "dektrium", "rbac gui", "yii rbac", "rbac module"],
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/dektrium/yii2-rbac/issues?state=open",
"source": "https://github.com/dektrium/yii2-rbac"
},
"authors": [
{
"name": "Dmitry Erofeev",
"email": "[email protected]",
"homepage": "http://dmeroff.ru"
}
],
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": "^2.0.8",
"kartik-v/yii2-widget-select2": "^2.0"
},
"autoload": {
"psr-4": {
"dektrium\\rbac\\": ""
}
},
"extra": {
"bootstrap": "dektrium\\rbac\\Bootstrap",
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}