forked from RobertHeim/phpbb-ext-topictags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (49 loc) · 974 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "robertheim/topictags",
"type": "phpbb-extension",
"description": "Enables tagging of topics",
"homepage": "https://github.com/RobertHeim/phpbb-ext-topictags",
"version": "3.0.2",
"time": "2024-12-17",
"keywords": [
"phpbb",
"extension",
"topic tags",
"tags",
"tag",
"tagging",
"rh"
],
"license": "GPL-2.0",
"authors": [
{
"name": "Robert Heim",
"homepage": "http://blog.robert-heim.de",
"email": "robert@robert-heim.de",
"role": "Lead Developer"
},
{
"name": "S. McCandlish",
"homepage": "https://github.com/SMcCandlish",
"role": "Patcher-upper"
}
],
"require": {
"php": ">=7.2.0",
"phpbb/phpbb": ">=3.3"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "RH Topic Tags",
"soft-require": {
"phpbb/phpbb": ">=3.3.5"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/rh_topic_tags",
"filename": "version_check"
}
}
}