-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
32 lines (32 loc) · 853 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
{
"name": "brunoais/readOthersTopics",
"type": "phpbb-extension",
"description": "An extension which allows you to restrict topic viewing to who made the first post and who has this permission",
"homepage": "https://github.com/brunoais/",
"version": "1.3.0",
"keywords": ["phpbb", "extension", "permission", "topic"],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Brunoais",
"homepage": "https://github.com/brunoais",
"email": "[email protected]",
"role": "Lead developer"
}
],
"require": {
"php": ">=5.6.0",
"phpbb/phpbb": ">=3.1.7"
},
"extra": {
"display-name": "Read other's topics Permission",
"soft-require": {
"phpbb/phpbb": ">=3.1.7"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/readOthersTopics",
"filename": "version_check"
}
}
}