forked from Proxeuse/WHMCS-Mattermost-Notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 1.12 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
{
"name": "proxeuse/whmcs-mattermost-notifications",
"description": "A free and open-source Mattermost notification provider for WHMCS. Has dynamic channel selection and is built to be easily installed and configured.",
"version": "v1.0.0",
"homepage": "https://www.proxeuse.com/software/whmcs/mattermost-notifications",
"readme": "README.md",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Roel Reijneveld",
"email": "roelreijneveld@proxeuse.com",
"homepage": "https://roelreijneveld.com",
"role": "Developer"
}
],
"support": {
"email": "development@proxeuse.com",
"issues": "https://github.com/Proxeuse/WHMCS-Mattermost-Notifications/issues",
"source": "https://github.com/Proxeuse/WHMCS-Mattermost-Notifications",
"docs": "https://help.proxeuse.com",
"chat": "https://www.proxeuse.com"
},
"funding": [
{
"type": "other",
"url": "https://www.proxeuse.com"
}
],
"require": {
"guzzlehttp/guzzle": "^7.0",
"php": ">=8.1.0"
}
}