-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
50 lines (50 loc) · 1.27 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "dark1/memberavatarstatus",
"type": "phpbb-extension",
"description": "Member Avatar & Status",
"homepage": "https://phpbb.com/customise/db/extension/member_avatar_status",
"version": "3.2.7",
"time": "2022-07-21",
"keywords": [
"phpbb",
"extension",
"member",
"avatar",
"online",
"status"
],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Dark❶",
"email": "phpbb@dark1.tech",
"homepage": "https://dark1.tech",
"role": "Lead Developer"
}
],
"require": {
"php": ">=5.4.7",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Member Avatar & Status",
"soft-require": {
"phpbb/phpbb": ">=3.3.4"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/member_avatar_status",
"filename": "version_check"
}
},
"readme": "./README.md",
"support": {
"email": "phpbb@dark1.tech",
"issues": "https://github.com/Dark1z/memberavatarstatus/issues",
"forum": "https://phpbb.com/customise/db/extension/member_avatar_status/support",
"wiki": "https://github.com/Dark1z/memberavatarstatus/wiki",
"source": "https://github.com/Dark1z/memberavatarstatus",
"docs": "https://github.dark1.tech/memberavatarstatus",
"chat": "https://github.com/Dark1z/memberavatarstatus/discussions"
}
}