-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (33 loc) · 892 Bytes
/
Copy pathcomposer.json
File metadata and controls
34 lines (33 loc) · 892 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
{
"name": "alg/adminnotifications",
"type": "phpbb-extension",
"description": "Admin's notifications",
"homepage": "https://github.com/alg5/adminnotifications/tree/dev_3.2.x",
"version": "2.0.4",
"time": "2021-01-12",
"license": "GPL-2.0",
"authors": [
{
"name": "Alg",
"homepage": "https://www.phpbbguru.net/community/viewtopic.php?f=64&t=44314",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Admin's notifications",
"soft-require": {
"phpbb/phpbb": "3.2.*@dev"
},
"version-check": {
"host": "alg5.github.io",
"directory": "/versions_3_X",
"filename": "adminnotifications.json"
}
}
}