This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/SecurityBundle/composer.json
2017-06-01 23:44:38 +02:00

56 lines
1.6 KiB
JSON

{
"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.3.9",
"symfony/security": "~2.7",
"symfony/security-acl": "~2.7",
"symfony/http-kernel": "~2.7"
},
"require-dev": {
"symfony/browser-kit": "~2.4",
"symfony/console": "~2.7",
"symfony/css-selector": "^2.0.5",
"symfony/dependency-injection": "^2.6.6",
"symfony/dom-crawler": "^2.0.5",
"symfony/form": "~2.7.15|^2.8.8",
"symfony/framework-bundle": "~2.7.25|^2.8.18",
"symfony/http-foundation": "~2.7",
"symfony/twig-bundle": "~2.7",
"symfony/twig-bridge": "^2.7.4",
"symfony/process": "^2.0.5",
"symfony/validator": "~2.5",
"symfony/yaml": "^2.0.5",
"symfony/expression-language": "~2.6",
"doctrine/doctrine-bundle": "~1.2",
"twig/twig": "~1.34|~2.4",
"ircmaxell/password-compat": "~1.0"
},
"autoload": {
"psr-4": { "Symfony\\Bundle\\SecurityBundle\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
}
}