-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 916 Bytes
/
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
{
"name": "thomasdilts/sms_worshiphhn_ip1",
"type": "library",
"description": "This is an SMS system using the sms supplier https://ip1sms.com for the worshiphhn project.",
"keywords": ["worshiphhn","SMS","yii2"],
"homepage": "http://worshiphhn.org",
"license": "GPL-3.0-or-later",
"support": {
"issues": "https://github.com/thomasdilts/WorshipHHN/issues?state=open",
"forum": "http://worshiphhn.org/forum/",
"wiki": "https://github.com/thomasdilts/WorshipHHN/wiki",
"source": "https://github.com/thomasdilts/WorshipHHN"
},
"authors": [
{
"name": "Thomas Dilts",
"email": "thomas@worshiphhn.org"
}
],
"require": {
"php": ">=7.0.0",
"thomasdilts/sms_worshiphhn": "*"
},
"autoload": {
"psr-4": {
"thomasdilts\\sms_worshiphhn_ip1\\": ""
}
}
}