-
Notifications
You must be signed in to change notification settings - Fork 20
/
composer.json
executable file
·40 lines (40 loc) · 1.09 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
{
"name": "paybas/recenttopics",
"type": "phpbb-extension",
"description": "Recent topics Extension for phpBB3.2. Adds a list with a number of recent topics to the index.php",
"homepage": "https://github.com/sajaki/RecentTopics",
"version": "2.2.15",
"time": "2021-04-05",
"license": "GPL-2.0-only",
"authors": [
{
"name": "PayBas",
"role": "Previous Developer"
},
{
"name": "nickvergessen",
"role": "Previous Developer"
},
{
"name": "Andreas Vandenberghe",
"homepage": "https://www.avathar.be",
"role": "Developer"
}
],
"require": {
"php": ">=7.1.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Recent Topics",
"soft-require": {
"phpbb/phpbb": ">=3.2.6,<3.4.0@dev"
},
"version-check": {
"host": "www.avathar.be",
"directory": "/versioncheck",
"filename": "recenttopics22.json",
"ssl": true
}
}
}