forked from eXpansionPluginPack/eXpansion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 947 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
{
"name": "ml-expansion/expansion",
"type": "library",
"description": "Plugin pack for manialive server controler",
"keywords": ["maniaplanet", "shootmania", "trackmania", "application", "xml-rpc", "socket"],
"homepage": "http://www.ml-expansion.com/",
"license": "LGPL-3.0",
"authors": [
{
"name": "Reaby",
"email": "petri.jarvisalo@gmail.com"
},
{
"name": "Oliverde8",
"email": "oliverde8@tm-teams.com",
"homepage": "http://www.oliver-decramer.com"
}
],
"support": {
"forum": "https://github.com/eXpansionPluginPack/eXpansion"
},
"require": {
"php": ">=5.4",
"ext-curl": "*",
"ext-json": "*"
},
"require": {
"maniaplanet/manialive": "dev-master"
},
"autoload": {
"psr-4": {
"ManiaLivePlugins\\eXpansion\\": "."
}
}
}