summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Bundle/SecurityBundle/composer.json
blob: 6faf93306230c07ec3bb1e66449f3c7e67dd8655 (plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
    "name": "symfony/security-bundle",
    "type": "symfony-bundle",
    "description": "Symfony SecurityBundle",
    "keywords": [],
    "homepage": "https://symfony.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Fabien Potencier",
            "email": "fabien@symfony.com"
        },
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "require": {
        "php": "^5.5.9|>=7.0.8",
        "ext-xml": "*",
        "symfony/config": "~3.4|~4.0",
        "symfony/security": "~3.4.15|~4.0.15|^4.1.4",
        "symfony/dependency-injection": "^3.4.3|^4.0.3",
        "symfony/http-kernel": "~3.4|~4.0",
        "symfony/polyfill-php70": "~1.0"
    },
    "require-dev": {
        "symfony/asset": "~2.8|~3.0|~4.0",
        "symfony/browser-kit": "~2.8|~3.0|~4.0",
        "symfony/console": "~3.4|~4.0",
        "symfony/css-selector": "~2.8|~3.0|~4.0",
        "symfony/dom-crawler": "~2.8|~3.0|~4.0",
        "symfony/event-dispatcher": "~3.4|~4.0",
        "symfony/form": "^3.4|~4.0",
        "symfony/framework-bundle": "~3.4|~4.0",
        "symfony/http-foundation": "~3.3|~4.0",
        "symfony/security-acl": "~2.8|~3.0",
        "symfony/translation": "~3.4|~4.0",
        "symfony/twig-bundle": "~3.4|~4.0",
        "symfony/twig-bridge": "~3.4|~4.0",
        "symfony/process": "~3.3|~4.0",
        "symfony/validator": "^3.4|~4.0",
        "symfony/var-dumper": "~3.3|~4.0",
        "symfony/yaml": "~3.4|~4.0",
        "symfony/expression-language": "~2.8|~3.0|~4.0",
        "doctrine/doctrine-bundle": "~1.5",
        "twig/twig": "~1.34|~2.4"
    },
    "conflict": {
        "symfony/var-dumper": "<3.3",
        "symfony/event-dispatcher": "<3.4",
        "symfony/framework-bundle": "<3.4",
        "symfony/console": "<3.4"
    },
    "suggest": {
        "symfony/security-acl": "For using the ACL functionality of this bundle"
    },
    "autoload": {
        "psr-4": { "Symfony\\Bundle\\SecurityBundle\\": "" },
        "exclude-from-classmap": [
            "/Tests/"
        ]
    },
    "minimum-stability": "dev",
    "extra": {
        "branch-alias": {
            "dev-master": "3.4-dev"
        }
    }
}