-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 549 Bytes
/
Copy pathcomposer.json
File metadata and controls
24 lines (24 loc) · 549 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
{
"name" : "mekras/botobor",
"description" : "PHP antispam library",
"type": "library",
"license" : "Apache-2.0",
"keywords": ["antispam", "forms", "spam"],
"authors": [
{
"name": "Михаил Красильников",
"email": "m.krasilnikov@yandex.ru"
}
],
"require": {
"php": ">=5.6"
},
"autoload":
{
"classmap": ["src/botobor.php"]
},
"require-dev": {
"phpunit/phpunit": "^5.0",
"satooshi/php-coveralls": "^1.0"
}
}