forked from spravil/PHP-Minecraft-Server-Status-Query
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 678 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 678 Bytes
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
{
"name" : "ok236449/minecraftserverstatus",
"type" : "library",
"description" : "Minecraft Server Status Query, written in PHP, with online players, motd, favicon and more server related informations without plugins and enable-query.",
"keywords" : [
"minecraft",
"server",
"status"
],
"license" : "proprietary",
"repositories" : [{
"type" : "vcs",
"url" : "https://github.com/ok236449/PHP-Minecraft-Server-Status-Query.git"
}
],
"autoload" : {
"psr-4" : {
"MinecraftServerStatus\\" : "src/",
"MinecraftServerStatus\\Packets\\" : "src/Packets/"
}
},
"authors" : [{
"name" : "Julian Spravil",
"email" : "julian.spr@t-online.de"
}
]
}