-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 784 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "desktopsolutions/bbucket-to-trello",
"description": "BitBucket web hook for commenting commit messages into Trello cards.",
"version": "1.0.1",
"type": "project",
"keywords": ["bitbucket", "webhook", "commit", "commits", "trello", "card", "cards", "comments"],
"license": "MIT",
"authors": [
{
"name": "Andrew Natoli",
"email": "Andrew@DesktopSolutions.com",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/DesktopSolutionsSoftware/bb-commit-to-trello-comment",
"issues": "https://github.com/DesktopSolutionsSoftware/bb-commit-to-trello-comment/issues"
},
"require": {
"php": ">=5.3.0",
"mattzuba/php-trello": "^1.1"
}
}