-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 965 Bytes
/
Copy pathcomposer.json
File metadata and controls
42 lines (42 loc) · 965 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
{
"name": "dmzx/notifyadmin",
"type": "phpbb-extension",
"description": "When a new user registers on your board, a short e-mail with basic user info will be sent to all administrators of the board.",
"homepage": "https://www.dmzx-web.net",
"version": "1.0.4",
"time": "2021-08-04",
"keywords": [
"phpbb",
"extension",
"notifyadmin"
],
"license": "GPL-2.0-only",
"authors": [
{
"name": "dmzx",
"homepage": "https://www.dmzx-web.net",
"email": "info@dmzx-web.net",
"role": "Extension Developer"
}
],
"require": {
"php": ">=7.1.3",
"composer/installers": "~1.0",
"phpbb/phpbb": ">=3.3.0,<4.0.0@dev"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Notify Admin on Registration",
"soft-require": {
"phpbb/phpbb": ">=3.3.0,<4.0.0@dev"
},
"version-check": {
"host": "www.dmzx-web.net",
"directory": "/versions",
"filename": "notifyadmin_version.json",
"ssl": true
}
}
}