-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
34 lines (33 loc) · 933 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": "alg/addonforthanksforposts",
"type": "phpbb-extension",
"description": "Adds ajax functionality to main extension to update result of set/delete likes without reloading the page",
"homepage": "https://github.com/alg5/addonforthanksforposts",
"version": "3.0.12",
"time": "2021-02-25",
"license": "GPL-2.0",
"authors": [
{
"name": "Alg",
"homepage": "http://www.phpbbguru.net",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.2"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Addon for Thanks for posts",
"soft-require": {
"phpbb/phpbb": "3.2.*@dev"
},
"version-check": {
"host": "alg5.github.io",
"directory": "/versions_3_X",
"filename": "addonforthanksforposts.json"
}
}
}