forked from Highfivery/zero-spam-for-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 925 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
33
34
35
36
{
"name": "bmarshall511/wordpress_zero_spam",
"description": "WordPress Zero Spam makes blocking spam & malicious visitors a cinch. Just install, activate and enjoy a spam-free site.",
"keywords": ["wordpress-plugin"],
"type": "wordpress-plugin",
"homepage": "https://www.benmarshall.me/wordpress-zero-spam",
"authors": [
{
"name": "Ben Marshall (bmarshall)",
"homepage": "https://www.benmarshall.me",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/bmarshall511/wordpress-zero-spam/issues"
},
"license": "GPL-2.0-or-later",
"minimum-stability": "stable",
"repositories": [
{
"type": "package",
"package": {
"name": "bmarshall511/wordpress-zero-spam",
"version": "master",
"source": {
"url": "git://github.com/bmarshall511/wordpress-zero-spam.git",
"type": "git",
"reference": "master"
}
}
}
],
"require": {
"php" : ">=7.2"
}
}