-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 936 Bytes
/
Copy pathcomposer.json
File metadata and controls
44 lines (44 loc) · 936 Bytes
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
{
"name": "dmzx/pmregbar",
"type": "phpbb-extension",
"description": "This extension will add PM Notify & Guest Register bar.",
"homepage": "https://www.dmzx-web.net",
"version": "1.0.6",
"time": "2019-12-23",
"keywords": [
"phpbb",
"extension",
"pmregbar"
],
"license": "GPL-2.0-only",
"authors": [
{
"name": "dmzx",
"homepage": "https://www.dmzx-web.net",
"email": "info@dmzx-web.net",
"role": "Extension Developer"
},
{
"name": "Stoker",
"homepage": "http://www.phpbb3bbcodes.com",
"role": "Author"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0.0",
"phpbb/phpbb": ">=3.1.0,<4.4.0@dev"
},
"extra": {
"display-name": "PM Notify & Guest Register bar",
"soft-require": {
"phpbb/phpbb": ">=3.1.0,<4.4.0@dev"
},
"version-check": {
"host": "www.dmzx-web.net",
"directory": "/versions",
"filename": "pmregbar_version.json",
"ssl": true
}
}
}