forked from DrDeath/phpbb-ext-f1webtip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 884 Bytes
/
composer.json
File metadata and controls
39 lines (39 loc) · 884 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
{
"name": "drdeath/f1webtip",
"type": "phpbb-extension",
"description": "F1 WebTip for phpBB 3.2 / 3.3",
"homepage": "https://drdeath.github.io/phpbb-ext-f1webtip",
"version": "1.1.5",
"time": "2020-03-12",
"license": "GPL-2.0-only",
"authors": [{
"name": "Stefan Temath",
"email": "dr.death@lpi-clan.de",
"homepage": "http://www.lpi-clan.de",
"role": "Lead Developer"
},
{
"name": "Falk Seidel",
"email": "admin@un1matr1x.de",
"homepage": "http://un1matr1x.de",
"role": "Developer"
}],
"require": {
"php": ">=7.1.0",
"composer/installers": "~1.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "F1 WebTip",
"soft-require": {
"phpbb/phpbb": ">=3.2.8,<3.4"
},
"version-check": {
"host": "lpi-clan.de",
"directory": "/updatecheck",
"filename": "phpbb-ext-f1webtipp-version.json"
}
}
}