forked from pluginkollektiv/antispam-bee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer-php-5-4.json
43 lines (43 loc) · 1.16 KB
/
composer-php-5-4.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
37
38
39
40
41
42
43
{
"name": "pluginkollektiv/antispam-bee",
"description": "Antispam Bee blocks spam comments and trackbacks effectively and without captchas.",
"keywords": [
"WordPress",
"antispam",
"honeypot"
],
"homepage": "https://pluginkollektiv.github.io/antispam-bee/",
"authors": [
{
"name": "pluginkollektiv",
"homepage": "https://github.com/pluginkollektiv",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/pluginkollektiv/antispam-bee/issues",
"source": "https://github.com/pluginkollektiv/antispam-bee",
"docs": "https://github.com/pluginkollektiv/antispam-bee/blob/master/README.md"
},
"type": "wordpress-plugin",
"license": "GPL-v2",
"require-dev": {
"phpunit/phpunit": "*",
"brain/monkey": "*"
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "5.4"
}
},
"autoload-dev": {
"classmap": [
"antispam_bee.php",
"inc/"
],
"psr-4": {
"AntispamBee\\Tests\\": "tests/"
}
}
}