-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 1.41 KB
/
composer.json
File metadata and controls
49 lines (49 loc) · 1.41 KB
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": "phpbbmodders/banhammer",
"type": "phpbb-extension",
"description": "Allows banning directly from a users profile. Option to ban email and/or IP, and delete avatar, posts, topics, private messages, signature, profile fields. Also option to add banned users to a selected user group and/or report them to Stop Forum Spam. Previously known as One Click Ban.",
"homepage": "https://phpbbmodders.net",
"version": "1.0.8",
"time": "2018-07-26",
"keywords": [
"phpbb",
"extension",
"ban",
"hammer",
"banhammer",
"moderator",
"tool"
],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Rich McGirr",
"role": "Developer"
},
{
"name": "Jari Kanerva",
"homepage": "https://phpbbmodders.net",
"email": "",
"role": "Past Developer"
}
],
"require": {
"php": ">=5.3.3",
"phpbb/phpbb": ">=3.1.2",
"composer/installers": "~1.0.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Ban Hammer",
"soft-require": {
"phpbb/phpbb": ">=3.1.2"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/ban_hammer_2",
"filename": "version_check"
}
}
}