forked from yii2mod/yii2-rbac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1021 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
38
39
40
41
42
43
44
45
{
"name": "yii2mod/yii2-rbac",
"description": "RBAC management module for Yii2",
"keywords": [
"yii2",
"yii2-rbac",
"rbac management",
"rbac gui",
"yii2 rbac",
"rbac module"
],
"type": "yii2-extension",
"license": "MIT",
"authors": [
{
"name": "Dmitry Semenov",
"email": "[email protected]"
},
{
"name": "Igor Chepurnoi",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0.0",
"yiisoft/yii2": "~2.0.13",
"2amigos/yii2-arrayquery-component": "~1.0",
"yiisoft/yii2-jui": "~2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.0",
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
"yii2mod\\rbac\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}