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

65 lines
2.0 KiB
JSON
Raw Normal View History

2011-09-24 18:13:35 +01:00
{
"name": "symfony/security-bundle",
"type": "symfony-bundle",
"description": "Symfony SecurityBundle",
"keywords": [],
"homepage": "https://symfony.com",
2011-09-24 18:13:35 +01:00
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2011-09-24 18:13:35 +01:00
}
],
"require": {
2014-11-19 21:23:28 +00:00
"php": ">=5.5.9",
"symfony/security": "~3.3|~4.0.0",
"symfony/dependency-injection": "~3.3-beta2|~4.0.0",
"symfony/http-kernel": "~3.3|~4.0.0",
"symfony/polyfill-php70": "~1.0"
},
"require-dev": {
"symfony/asset": "~2.8|~3.0|~4.0.0",
"symfony/browser-kit": "~2.8|~3.0|~4.0.0",
"symfony/console": "~3.2|~4.0.0",
"symfony/css-selector": "~2.8|~3.0|~4.0.0",
"symfony/dom-crawler": "~2.8|~3.0|~4.0.0",
"symfony/form": "^2.8.18|^3.2.5|~4.0.0",
"symfony/framework-bundle": "^3.2.8|~4.0.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0.0",
"symfony/security-acl": "~2.8|~3.0",
"symfony/translation": "~2.8|~3.0|~4.0.0",
"symfony/twig-bundle": "~2.8|~3.0|~4.0.0",
"symfony/twig-bridge": "~2.8|~3.0|~4.0.0",
"symfony/process": "~2.8|~3.0|~4.0.0",
"symfony/validator": "^3.2.5|~4.0.0",
"symfony/var-dumper": "~3.3|~4.0.0",
"symfony/yaml": "~2.8|~3.0|~4.0.0",
"symfony/expression-language": "~2.8|~3.0|~4.0.0",
2015-06-11 15:17:32 +01:00
"doctrine/doctrine-bundle": "~1.4",
"twig/twig": "~1.28|~2.0"
},
"conflict": {
"symfony/var-dumper": "<3.3"
},
"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",
2012-02-25 02:26:20 +00:00
"extra": {
"branch-alias": {
2017-05-17 17:21:40 +01:00
"dev-master": "3.4-dev"
2012-02-25 02:26:20 +00:00
}
}
2011-09-24 18:13:35 +01:00
}