forked from OGSteam/mod-attaques
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.24 KB
/
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
{
"name" : "ogsteam/mod-attaques",
"version" : "2.0.0",
"description" : "OGSpy module that helps you to manage Combat Reports",
"type" : "ogspy-mod",
"keywords" : [ "ogspy" ],
"license" : "GPL-2.0-only",
"authors" : [
{
"name" : "DarkNoon",
"email" : "[email protected]",
"homepage": "https://github.com/darknoon29",
"role" : "Lead Developer"
}
],
"require" : {
"php" : ">=7.0.0",
"ogsteam/ogspy" : ">=3.3.6"
},
"extra" : {
"install_script": "install.php",
"update_script": "update.php",
"uninstall_script": "uninstall.php",
"mod_title": "Gestion des attaques",
"menu_title" : "Attaques",
"action_name" : "attaques",
"folder_name" : "attaques",
"action_file" : "index.php",
"active" : true,
"admin" : false
},
"homepage" : "https://github.com/ogsteam/mod-attaques",
"support": {
"issues": "https://github.com/ogsteam/mod-attaques/issues",
"source": "https://github.com/ogsteam/mod-attaques/tree/master",
"chat" : "https://discord.gg/Azcb67b"
}
}