-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathcomposer.json
37 lines (37 loc) · 867 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
35
36
37
{
"name": "githubjeka/yii2-gui-rbac",
"description": "Yii 2 RBAC management GUI interface",
"keywords": [
"yii2",
"RBAC",
"GUI"
],
"homepage": "https://github.com/githubjeka/gui-rbac-yii2",
"type": "library",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/githubjeka/gui-rbac-yii2/issues",
"forum": "https://github.com/yiisoft/yii2/issues/42",
"source": "https://github.com/githubjeka/gui-rbac-yii2"
},
"authors": [
{
"name": "Evgeniy Tkachenko",
"email": "[email protected]",
"homepage": "https://github.com/githubjeka"
}
],
"require": {
"php": ">=5.6.0",
"yiisoft/yii2": ">=2.0.6",
"yiisoft/yii2-bootstrap": ">=2.0.5"
},
"require-dev": {
"phpunit/phpunit": "5.1.*"
},
"autoload": {
"psr-4": {
"githubjeka\\rbac\\": "src"
}
}
}