-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 1.37 KB
/
composer.json
File metadata and controls
49 lines (49 loc) · 1.37 KB
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
45
46
47
48
49
{
"name": "aurelienazerty/displaylastpost",
"type": "phpbb-extension",
"description": "Extension which displays the post on the bottom of the previous page on the top of viewtopic ordered by post time only (ASC or DESC).",
"homepage": "https://www.team-azerty.com",
"version": "1.2.7",
"time": "2021-01-30",
"keywords": ["phpbb", "extension", "post"],
"license": "GPL-2.0-only",
"authors": [
{
"name": "aurelienazerty",
"homepage": "https://www.team-azerty.com",
"role": "Main developer"
},
{
"name": "Théonaute",
"homepage": "https://www.phpbb-fr.com/",
"role": "phpBB 3.0.x initial MOD developer"
},
{
"name": "Kyosuke",
"role": "Developer contributor"
},
{
"name": "Raul [ThE KuKa]",
"homepage": "https://www.raularroyomonzo.es/",
"role": "Spanish Translator"
},
{
"name": "HenLen",
"role": "German Translator"
}
],
"require": {
"php": ">=5.3.3"
},
"extra": {
"display-name": "DisplayLastPost",
"soft-require": {
"phpbb/phpbb": ">=3.2.1"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/displaylastpost_2",
"filename": "version_check"
}
}
}