forked from avandenberghe/RecentTopics
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
executable file
·44 lines (44 loc) · 1.1 KB
/
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
42
43
44
{
"name": "paybas/recenttopics",
"type": "phpbb-extension",
"description": "Adds a list with a number of recent topics to the board index.",
"homepage": "https://github.com/sajaki/RecentTopics",
"version": "2.2.15-pl18",
"time": "2024-03-12",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Thorsten Ahlers",
"homepage": "https://github.com/IMC-GER",
"role": "Developer"
},
{
"name": "LukeWCS",
"homepage": "https://github.com/LukeWCS",
"role": "Developer"
},
{
"name": "Andreas Vandenberghe",
"homepage": "https://www.avathar.be",
"role": "Previous Developer"
},
{
"name": "PayBas",
"role": "Previous developer"
},
{
"name": "nickvergessen",
"role": "Previous developer"
}
],
"require": {
"php": ">=7.1.3,<8.4.0@dev",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Recent Topics NG",
"soft-require": {
"phpbb/phpbb": ">=3.3.5,<3.4.0@dev"
}
}
}