-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·36 lines (35 loc) · 1.55 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
{
"name": "avathar/bbguild",
"type": "phpbb-extension",
"description": "bbGuild Extension for phpBB 3.2. bbGuild is a Guild Manager for your phpBB3 Bulletin board. Features : Integration of Game, Guild management facilities; Clean report screens, Player, Roster, ACP and UCP modules. Games supported : World of Warcraft, The Lord of the Rings Online, Dark Age of Camelot, Vanguard, EverQuest I/II, Warhammer Online, Final Fantasy XI, AION, Rift, SW:Tor, Lineage 2, TERA, FFXIV and Custom Game. Languages supported : English, French, German, Italian. Robust admin features, no Installation headaches, just copy into ext folder and enable the extension. There will be a number of extension plugins, DKP Manager, Raidtracker, bbTips, Apply, Bossprogress, Raidplanner. Further development requests, support questions are welcome at http://www.avathar.be/bbdkp or on IRC channel #bbDKP on Freenode",
"homepage": "https://github.com/Sajaki/bbguild",
"version": "2.0.0-a9",
"time": "2018-08-26",
"license": "GPL-2.0",
"authors": [{
"name": "Andreas Vandenberghe (Sajaki)",
"email": "sajaki9@gmail.com",
"homepage": "https://www.avathar.be",
"role": "Developer"
}],
"require": {
"php": ">=5.4.39",
"composer/installers": "~1.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "bbGuild",
"soft-require":
{
"phpbb/phpbb": ">=3.2.0"
},
"version-check": {
"host": "www.avathar.be",
"directory": "/versioncheck",
"filename": "bbguild.json",
"ssl": true
}
}
}