forked from grizzlylab/CCDNUserSecurityBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.55 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
45
{
"name": "grizzlylab/ccdn-user-security-bundle",
"description": "Fork of CCDN User Security Bundle for Symfony 5",
"keywords": ["ccdn", "codeconsortium", "user", "security", "brute force", "dictionary attack", "login", "symfony"],
"homepage": "http://github.com/grizzlylab/CCDNUserSecurityBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Reece Fowell",
"email": "[email protected]",
"homepage": "http://www.reecefowell.com"
},
{
"name": "Jean-Louis Pirson",
"email": "[email protected]",
"homepage": "https://www.grizzlylab.be"
}
],
"minimum-stability": "dev",
"require": {
"php": "^7.4 || ^8.0",
"doctrine/orm": "^2.8.4",
"doctrine/doctrine-bundle": "^2.3.2"
},
"require-dev": {
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"doctrine/doctrine-fixtures-bundle": "dev-master",
"behat/behat": "2.5.*@stable",
"behat/mink": "v1.5.0",
"behat/mink-goutte-driver": "*",
"behat/mink-browserkit-driver": "*",
"behat/mink-selenium2-driver": "*",
"behat/mink-extension": "*",
"behat/symfony2-extension": "*",
"phpunit/phpunit": "3.7.*",
"raulfraile/ladybug-bundle": "dev-master",
"friendsofsymfony/user-bundle": "~2.0@dev"
},
"autoload": {
"psr-0": { "CCDNUser\\SecurityBundle": "" }
},
"target-dir": "CCDNUser/SecurityBundle"
}