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