-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
25 lines (25 loc) · 990 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
{
"name": "rxu/firstpostoneverypage",
"type": "phpbb-extension",
"description": "Allows to show the first post of a topic on top of its every page. This can be done by checking the relevant checkbox in the post options while creating a new topic or editing the first post of existing one. Also, you can set the first post to be always on top of every topic on per-forum basis by setting the relevant option on forum admisitration page (while creating a forum or editing settings for existing forum).",
"homepage": "http://www.phpbbguru.net",
"version": "3.0.0",
"time": "2020-05-21",
"license": "GPL-2.0-only",
"authors": [
{
"name": "rxu",
"homepage": "http://www.phpbbguru.net",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0"
},
"extra": {
"display-name": "First post on every page",
"soft-require": {
"phpbb/phpbb": ">=3.2.0"
}
}
}