-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (23 loc) · 754 Bytes
/
composer.json
File metadata and controls
26 lines (23 loc) · 754 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
{
"name": "simonbackx/slack-php-webhook",
"type": "library",
"description": "Post messages to your Slack channels with this easy to use library.",
"keywords": ["Slack", "Webhook", "Channels", "Logging", "Message"],
"homepage": "https://github.com/SimonBackx/Slack-PHP-Webhook",
"license": "MIT",
"authors": [
{
"name": "Simon Backx",
"email": "hi@simonbackx.com",
"homepage": "https://www.simonbackx.com",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/SimonBackx/Slack-PHP-Webhook",
"issues": "https://github.com/SimonBackx/Slack-PHP-Webhook/issues"
},
"autoload": {
"files": ["slack.php"]
}
}