-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
25 lines (25 loc) · 1012 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
{
"name": "rugk/threema-msgapi-webui",
"type": "library",
"description": "Threema PHP-WebUI as an example integration of the Threema Gateway in a PHP site. You can use it for testing.",
"keywords": ["threema", "message", "messenger", "mobile", "notifications", "notification", "gateway", "sms gateway", "security", "encryption", "encrypted", "switzerland", "libsodium", "nacl", "Curve25519", "website", "example"],
"license" : "MIT",
"authors": [
{
"name": "rugk",
"email": "rugk@posteo.de",
"homepage": "https://github.com/rugk",
"role": "Developer"
}
],
"support": {
"email": "rugk@posteo.de",
"issues": "https://github.com/rugk/threema-msgapi-webui/issues",
"wiki": "https://github.com/rugk/threema-msgapi-webui/wiki",
"source": "https://github.com/rugk/threema-msgapi-webui"
},
"require": {
"php": ">=5.4.0",
"rugk/threema-msgapi-sdk-php": "dev-master"
}
}