default services conflit ?
This commit is contained in:
32
old.vendor/davedevelopment/stiphle/composer.json
Normal file
32
old.vendor/davedevelopment/stiphle/composer.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user