-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
31 lines (31 loc) · 958 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
{
"name": "maniaplanet/manialive",
"type": "project",
"description": "ManiaPlanet dedicated server controller",
"keywords": ["maniaplanet", "shootmania", "trackmania", "application", "xml-rpc", "socket"],
"homepage": "https://github.com/maniaplanet/manialive",
"license": "LGPL-3.0",
"authors": [
{
"name": "NadeoLive",
"email": "[email protected]",
"homepage": "http://www.nadeo.com/"
}
],
"support": {
"forum": "http://forum.maniaplanet.com/viewforum.php?f=463"
},
"require": {
"php": ">=5.3",
"ext-curl": "*",
"ext-json": "*",
"maniaplanet/manialive-lib": "dev-master",
"maniaplanet/manialive-plugins": "dev-master",
"maniaplanet/matchmaking-lobby": "dev-master",
"maniaplanet/manialive-plugins": "dev-master"
},
"require-dev": {
"phine/phar": "~1.0"
},
"minimum-stability": "dev"
}