forked from RobertHeim/phpbb-ext-topictags
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 677 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 677 Bytes
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
{
"name": "robertheim/topictags",
"type": "phpbb-extension",
"description": "Enables tagging of topics",
"homepage": "https://github.com/RobertHeim/phpbb-ext-topictags",
"version": "1.0.2",
"time": "2014-05-30",
"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"
}
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "RH Topic Tags",
"soft-require": {
"phpbb/phpbb": ">=3.1.4"
}
}
}