-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
32 lines (32 loc) · 955 Bytes
/
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
{
"name": "threedi/tpotm",
"type": "phpbb-extension",
"description": " Have a Top Poster of the Month and a Hall of Fame to show on your phpBB. The last poster with the max number of posts made into the current month's lapse of time will win. Provided are a customizable - Hall of fame - and a bunch of options in ACP and UCP. The extension requires PHP => 5.4",
"homepage": "https://github.com/3D-I/tpotm",
"version": "2.1.1",
"time": "2019-08-25",
"license": "GPL-2.0-only",
"authors": [
{
"name": "3Di",
"email": "[email protected]",
"homepage": "https://www.phpbbstudio.com",
"role": "Lead Developer"
}
],
"require": {
"php": ">=5.4.0",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Top Poster Of The Month",
"soft-require": {
"phpbb/phpbb": ">=3.1.11,<3.3.0@dev"
},
"version-check": {
"host": "3d-i.github.io",
"directory": "/site/vchecks",
"filename": "tpotm-vcheck.json"
}
}
}