-
Notifications
You must be signed in to change notification settings - Fork 22
/
composer.json
38 lines (38 loc) · 1.04 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
{
"name": "paybas/recenttopics",
"type": "phpbb-extension",
"description": "Adds a list with a number of recent topics to the index.php",
"homepage": "https://github.com/PayBas/RecentTopics",
"version": "2.0.6-dev",
"time": "2015-04-09",
"license": "GPL-2.0",
"authors": [
{
"name": "PayBas",
"email": "[email protected]",
"homepage": "http://www.paybas.com",
"role": "Lead Developer"
},
{
"name": "nickvergessen",
"email": "",
"homepage": "http://www.flying-bits.org/",
"role": "Previous Developer"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Recent Topics",
"soft-require": {
"phpbb/phpbb": ">=3.1.0,<3.2.*@dev"
},
"version-check": {
"host": "paybas.github.io",
"directory": "/RecentTopics",
"filename": "version.json"
}
}
}