forked from tltneon/lgsl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 830 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "tltneon/lgsl",
"description": "PHP library retrieve game servers status from various types of games.",
"homepage": "https://github.com/tltneon/lgsl",
"type": "project",
"license": "GPL-3.0-only",
"keywords":
[
"csgo",
"counter-strike",
"team fortress",
"gmod",
"rust",
"dayz",
"ark",
"samp",
"minecraft"
],
"authors": [
{
"name": "Richard Perry",
"homepage": "http://www.greycube.com",
"role": "Author"
},
{
"name": "Neon",
"homepage": "https://github.com/tltneon",
"role": "Developer"
}
],
"support": {
"wiki": "https://github.com/tltneon/lgsl/wiki",
"source": "https://github.com/tltneon/lgsl",
"issues": "https://github.com/tltneon/lgsl/issues"
},
"require":
{
"php": ">=7.0"
},
"autoload":
{
"psr-4":
{
"tltneon\\lgsl\\": "lgsl/"
}
}
}