forked from kommuna/vicky
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·30 lines (29 loc) · 788 Bytes
/
composer.json
File metadata and controls
executable file
·30 lines (29 loc) · 788 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
{
"name": "kommuna/vicky",
"description": "A friendly PHP JIRA to Slack robot",
"keywords": ["vicky", "jira", "atlassian", "webhook", "bot", "slack", "slackbot"],
"homepage": "https://github.com/kommuna/vicky",
"license": "Unlicense",
"type": "library",
"minimum-stability" : "dev",
"require": {
"jclg/php-slack-bot": "dev-master",
"kommuna/jirawebhook": "dev-master",
"maknz/slack": "^1.7",
"monolog/monolog": "1.22.0"
},
"autoload": {
"psr-4": {
"kommuna\\vicky\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"kommuna\\vicky\\Tests\\": "tests"
}
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"fzaninotto/faker": "^1.6"
}
}