-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 753 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 753 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
25
26
27
28
{
"name": "websoftwares/throttle",
"description": "Ban identifier after certain amount of requests in a given timeframe.",
"license": "DBAD",
"keywords": ["Throttle", "Brute Force", "Security", "Hammer", "Login", "Rate", "Limit", "Ip"],
"authors": [
{
"name": "Boris Verhaaff",
"email": "boris@websoftwar.es"
}
],
"autoload": {
"psr-0": {
"Websoftwares": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"monolog/monolog": "dev-master"
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"suggest": {
"monolog/monolog": "Excellent PHP 5.3+ PSR-3 compatible logging library."
}
}