-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.21 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
{
"name" : "ogsteam/mod-autoupdate",
"description" : "OGSpy module that helps you to keep latest versions for all OGSteam Tools",
"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" : ">=8.1",
"ogsteam/ogspy" : ">=3.3.6"
},
"extra" : {
"install_script": "install.php",
"update_script": "update.php",
"uninstall_script": "uninstall.php",
"mod_title": "autoupdate",
"menu_title" : "AutoUpdate",
"action_name" : "autoupdate",
"folder_name" : "autoupdate",
"action_file" : "autoupdate.php",
"active" : true,
"admin" : true
},
"homepage" : "https://github.com/ogsteam/mod-autoupdate",
"support": {
"issues": "https://github.com/ogsteam/mod-autoupdate/issues",
"source": "https://github.com/ogsteam/mod-autoupdate/tree/master",
"chat" : "https://discord.gg/Azcb67b"
}
}