-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.json
25 lines (25 loc) · 887 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
{
"name": "anthonymartin/aws_acl_fail2ban",
"description": "This package includes a script and fail2ban configuration that allows you to use fail2ban when utilizing AWS elastic load balancer (ELB) and an apache webserver.",
"keywords": ["aws", "acl", "fail2ban", "apache", "apache2", "amazon web services", "elb", "elastic load balancer", "dos", "dos protection"],
"homepage": "https://github.com/anthonymartin/aws-acl-fail2ban",
"license": "MIT",
"authors": [
{
"name": "Anthony Martin",
"email": "[email protected]",
"homepage": "http://replaycreative.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"bin-dir": "./",
"bin" : ["bin/aws-acl-fail2ban"],
"autoload": {
"psr-4": {
"AnthonyMartin\\": "src/"
}
}
}