33 lines
770 B
JSON
33 lines
770 B
JSON
{
|
|
"name": "davedevelopment/stiphle",
|
|
"type": "library",
|
|
"description": "Simple rate limiting/throttling for php",
|
|
"keywords": ["throttle", "throttling", "rate limiting", "rate limit"],
|
|
"homepage": "http://github.com/davedevelopment/stiphle",
|
|
"license": "MIT",
|
|
"authors": [{
|
|
"name": "Dave Marshall",
|
|
"email": "dave.marshall@atstsolutions.co.uk",
|
|
"homepage": "http://davedevelopment.co.uk"
|
|
}],
|
|
|
|
"require": {
|
|
"php": ">=5.3.1"
|
|
},
|
|
|
|
"suggest": {
|
|
"doctrine/cache": "~1.0",
|
|
"predis/predis": "~1.1"
|
|
},
|
|
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Stiphle": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.5",
|
|
"predis/predis": "^1.1"
|
|
}
|
|
}
|