{
    "name": "nelmio/security-bundle",
    "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
    "keywords": ["security"],
    "type": "symfony-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Nelmio",
            "homepage": "http://nelm.io"
        },
        {
            "name": "Symfony Community",
            "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
        }
    ],
    "require": {
        "paragonie/random_compat": "~1.0|~2.0|9.99.99",
        "symfony/framework-bundle": "~2.3|~3.0|~4.0",
        "symfony/security": "~2.3|~3.0|~4.0",
        "ua-parser/uap-php": "^3.4.4"
    },
    "require-dev": {
        "doctrine/cache": "^1.0",
        "psr/cache": "^1.0",
        "twig/twig": "^1.24",
        "symfony/yaml": "~2.3|~3.0|~4.0",
        "symfony/phpunit-bridge": "^3.4.24|~4.0"
    },
    "suggest": {
        "ua-parser/uap-php": "To allow adapt CSP directives given the user-agent"
    },
    "autoload": {
        "psr-4": { "Nelmio\\SecurityBundle\\": "" }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.6.x-dev"
        }
    }
}
