-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
41 lines (41 loc) · 950 Bytes
/
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
{
"name": "anavaro/activenotifications",
"type": "phpbb-extension",
"description": "This extension regularly updates the notifications without having to refresh the page.",
"homepage": "http://lab.anavaro.com/forum/viewforum.php?f=8",
"version": "1.0.0",
"time": "2019-03-10",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Stanislav Atanasov",
"email": "[email protected]",
"homepage": "http://anavaro.com",
"role": "Lead Developer"
},
{
"name": "kasimi",
"email": "[email protected]",
"homepage": "https://kasimi.net",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.7",
"composer/installers": "~1.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Active Notifications",
"soft-require": {
"phpbb/phpbb": ">=3.2.0"
},
"version-check": {
"host": "lab.anavaro.com",
"directory": "/phpbb-ext",
"filename": "activenotifications.json"
}
}
}