-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 802 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 802 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
31
{
"name": "marcovo/hideBBcode",
"type": "phpbb-extension",
"description": "With the [hide] bbcode, members can hide their message content from people that haven't posted in their topic.",
"homepage": "https://github.com/marcovo/phpbb_hidebbcode",
"version": "1.0.1",
"license": "GPL-2.0",
"authors": [
{
"name": "Marco van Oort",
"email": "marcovoort@gmail.com",
"homepage": "https://github.com/marcovo",
"role": "Developer"
},
{
"name": "ycl6",
"email": "-",
"homepage": "",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3"
},
"extra": {
"display-name": "[hide] BBcode",
"soft-require": {
"phpbb/phpbb": ">=3.1.4,<3.2.*@dev"
}
}
}