-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 1 KB
/
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
26
27
28
29
30
{
"name": "avtonom/limit-number-calls-bundle",
"type": "symfony-bundle",
"description": "Defender for Symfony 2, of the large number of requests. It protects against multiple processing one value. Guard, aims to protect against brute force and dictionary attacks.",
"keywords": ["Symfony2", "bundle", "security", "attack", "brute force", "dictionary attack", "bruteforce", "dictionaryattack", "authentication", "redis", "ccdn", "codeconsortium"],
"homepage": "https://github.com/Avtonom/limit-number-calls-bundle",
"license": "MIT",
"authors": [
{
"name": "Anton U",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"symfony/dependency-injection": "~2.3|3.*",
"predis/predis": "~1.1",
"snc/redis-bundle": "~2.0"
},
"autoload": {
"psr-0": { "Avtonom\\LimitNumberCallsBundle": "" }
},
"target-dir": "Avtonom/LimitNumberCallsBundle",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
}
}