-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.1 KB
/
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
{
"name": "r2am9d/yii2-rbac-rule",
"description": "Yii2 RBAC Rule Generator Extension for the Yii Framework",
"keywords": ["yii2", "rules", "gii", "code generator"],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/r2am9d/yii2-rbac-rule/issues",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2-gii"
},
"authors": [
{
"name": "Ram Delatina",
"email": "r2am9d@gmail.com"
}
],
"require": {
"php": ">=5.6.0",
"yiisoft/yii2": "~2.0.14",
"phpspec/php-diff": "^1.1.0"
},
"autoload": {
"psr-4": {
"r2am9d\\rule\\": "src"
}
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}