forked from Austinb/GameQ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.58 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "austinb/gameq",
"description": "GameQ Gameserver Library",
"version": "2.0.2",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Austin Bischoff",
"email": "austin.bischoff@gmail.com",
"role": "Packagist/Composer Maintainer, Developer",
"homepage": "https://github.com/Austinb"
},
{
"name": "Christoph Kretzschmar",
"email": "blackskyliner@googlemail.com",
"role": "Developer",
"homepage": "https://github.com/Blackskyliner"
},
{
"name": "Marcel Bößendörfer",
"email": "m.boessendoerfer@marbis.net",
"role": "Developer",
"homepage": "https://github.com/nitrado"
},
{
"name": "Alexander Hambalgo",
"role": "Developer",
"homepage": "http://balgo.users.sourceforge.net/"
},
{
"name": "Holger",
"role": "Developer",
"homepage": "http://icet33.users.sourceforge.net/"
},
{
"name": "Sebastian Weidenbach",
"role": "Developer",
"homepage": "http://sebastianwe.users.sourceforge.net/"
}
],
"support": {
"source": "https://github.com/Austinb/GameQ",
"issues": "https://github.com/Austinb/GameQ/issues",
"wiki": "https://github.com/Austinb/GameQ/wiki"
},
"require": {
"php": ">=5.2",
"ext-bz2": "*",
"ext-zlib": "*"
},
"autoload": {
"psr-0": { "GameQ": "." }
}
}