-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·36 lines (35 loc) · 1.06 KB
/
composer.json
File metadata and controls
executable file
·36 lines (35 loc) · 1.06 KB
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.3. Guild management system with guild portal, roster, recruitment, achievements, and game plugin architecture. Games supported via plugins: WoW, GW2, LOTRO, EQ, EQ2, FFXI, FFXIV, SWTOR, Lineage 2, Custom. Languages: English, German, French, Italian, Dutch, Spanish, Polish.",
"homepage": "https://github.com/avatharbe/bbguild",
"version": "2.0.0-b3",
"time": "2026-03-15",
"license": "GPL-2.0-only",
"authors": [{
"name": "Andreas Vandenberghe (Sajaki)",
"email": "sajaki@avathar.be",
"homepage": "https://www.avathar.be",
"role": "Developer"
}],
"require": {
"php": ">=7.4.0",
"composer/installers": "~1.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "bbGuild",
"soft-require":
{
"phpbb/phpbb": ">=3.3.0,<3.4.0@dev"
},
"version-check": {
"host": "www.avathar.be",
"directory": "/versioncheck",
"filename": "bbguild.json",
"ssl": true
}
}
}