-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 884 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 884 Bytes
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": "yiisoft-contrib/github-bot",
"description": "This is a github bot that helps with managing issues, used on Yii Framework Github Issues.",
"type": "project",
"license": "MIT",
"provide": {
"bower-asset/jquery": "*",
"bower-asset/jquery.inputmask": "*",
"bower-asset/punycode": "*",
"bower-asset/yii2-pjax": "*"
},
"require": {
"php": ">=5.5",
"knplabs/github-api": "~1.5",
"yiisoft/yii2": "~2.0.6",
"yiisoft/yii2-swiftmailer": "~2.0.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"yiisoft/yii2-shell": "~2.0.0"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer" : true
},
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}