forked from maniaplanet/dedicated-server-api
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 709 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 709 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
{
"name": "maniaplanet/dedicated-server-api",
"type": "library",
"description": "XML-RPC library to connect to ManiaPlanet server",
"keywords": ["ManiaPlanet", "ShootMania", "TrackMania"],
"homepage": "https://github.com/maniaplanet/dedicated-server-api",
"license": "LGPL-3.0",
"authors": [
{
"name": "NadeoLive",
"email": "livedev@nadeo.com",
"homepage": "http://www.nadeo.com/"
}
],
"support": {
"forum": "http://forum.maniaplanet.com/viewforum.php?f=40"
},
"require": {
"php": ">=5.3"
},
"autoload": {
"psr-4": {
"Maniaplanet\\": "libraries/Maniaplanet"
}
}
}