forked from Speckmops/ts3admin.class
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 1.01 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
34
{
"name": "par0noid/ts3admin",
"description": "The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!",
"keywords": ["ts3","ts3admin","admin","teamspeak","teamspeak3"],
"homepage": "https://github.com/par0noid/ts3admin.class",
"type": "library",
"version": "1.0.2.1",
"require": {
"php": ">=5.0.0"
},
"license": "GPL-3.0",
"autoload": {
"classmap": ["lib/"]
},
"authors": [
{
"name": "Stefan 'par0noid' Zehnpfennig",
"homepage": "https://github.com/par0noid",
"role": "Developer"
},
{
"name": "GitHub Contributors",
"homepage": "https://github.com/par0noid/ts3admin.class/graphs/contributors",
"role": "Developer"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/par0noid/ts3admin.class"
}
],
"minimum-stability": "stable"
}