forked from rmcgirr83/stopforumspam
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 1.03 KB
/
composer.json
File metadata and controls
33 lines (33 loc) · 1.03 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
{
"name": "rmcgirr83/stopforumspam",
"type": "phpbb-extension",
"description": "Queries the stop forum spam database on registration and posting. Extension settings are found under the extension tab of the forum. This extension requires at least phpBB version 3.3.",
"homepage": "https://github.com/rmcgirr83/stopforumspam",
"version": "1.4.7",
"time": "2024-02-28",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Rich McGirr",
"homepage": "https://www.phpbb.com/customise/db/author/rmcgirr83/contributions",
"role": "Lead Developer"
}
],
"require": {
"php": ">=7.4",
"phpbb/phpbb": ">=3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Stop Forum Spam",
"soft-require": {
"phpbb/phpbb": ">=3.3"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/phpbb_3.1_stop_forum_spam",
"filename": "version_check",
"ssl": true
}
}
}