forked from codeconsortium/CCDNUserSecurityBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.4 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "codeconsortium/ccdn-user-security-bundle",
"description": "CCDN User Security Bundle",
"keywords": ["ccdn", "codeconsortium", "user", "security", "brute force", "dictionary attack", "login"],
"homepage": "http://github.com/codeconsortium/CCDNUserSecurityBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Reece Fowell",
"email": "[email protected]",
"homepage": "http://www.reecefowell.com"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": "^3.4",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "~1.2"
},
"require-dev": {
"symfony/swiftmailer-bundle": "^3.2",
"symfony/monolog-bundle": "^3.3",
"doctrine/doctrine-fixtures-bundle": "^3.0",
"behat/behat": "^3.4",
"behat/mink": "^1.7",
"behat/mink-goutte-driver": "^1.2",
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-selenium2-driver": "^1.3",
"behat/mink-extension": "^2.3",
"behat/symfony2-extension": "^2.1",
"phpunit/phpunit": "^6.5",
"friendsofsymfony/user-bundle": "^2.1"
},
"autoload": {
"psr-0": { "CCDNUser\\SecurityBundle": "" }
},
"target-dir": "CCDNUser/SecurityBundle",
"config": {
"platform": {
"php": "7.0.30"
}
}
}