-
Notifications
You must be signed in to change notification settings - Fork 49
/
composer.json
34 lines (34 loc) · 975 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
33
34
{
"name": "gfksx/thanksforposts",
"type": "phpbb-extension",
"description": "Adds the ability to thank the author and to use per posts/topics/forum rating system based on the count of thanks.",
"homepage": "http://www.phpbbguru.net",
"version": "2.1.1",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Палыч",
"homepage": "http://www.phpbbguru.net",
"role": "Developer"
},
{
"name": "rxu",
"homepage": "http://www.phpbbguru.net",
"role": "Converting to extension"
}
],
"require": {
"php": "^7.2 || ^8.0.0"
},
"extra": {
"display-name": "Thanks for posts",
"soft-require": {
"phpbb/phpbb": ">=3.3.11"
},
"version-check": {
"host": "rxu.github.io",
"directory": "/versions/thanksforposts",
"filename": "version.json"
}
}
}