-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.08 KB
/
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
{
"name": "vinny/topicsdescriptions",
"type": "phpbb-extension",
"description": "Add the possibility of describe topics, in posting page. Based on permissions per forum. Descriptions are display in viewtopic, viewforum, search results (only display results as topic) and MCP forum.",
"homepage": "https://github.com/vinny",
"version": "1.0.0",
"time": "2015-06-03",
"keywords": ["phpbb", "extension", "topic", "descriptions"],
"license": "GPL-2.0",
"authors": [
{
"name": "_Vinny_",
"homepage": "http://www.suportephpbb.com.br",
"email": "vinny@suportephpbb.com.br",
"role": "Extension Developer"
},
{
"name": "00mohgta7",
"homepage": "https://www.phpbb.com/community/memberlist.php?mode=viewprofile&un=00mohgta7",
"email": "moh.phpbb@gmail.com",
"role": "Main Author/Past Contributor"
}
],
"require": {
"php": ">=5.3.3"
},
"extra": {
"display-name": "Topics Descriptions",
"soft-require": {
"phpbb/phpbb": "3.1.*"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/",
"filename": "version_check"
}
}
}