46 lines
1021 B
JSON
46 lines
1021 B
JSON
{
|
|
"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": "disemx@gmail.com"
|
|
},
|
|
{
|
|
"name": "Igor Chepurnoi",
|
|
"email": "chepurnoi.igor@gmail.com"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|