kekrozsak/vendor/jms/security-extra-bundle/JMS/SecurityExtraBundle/composer.json

26 lines
694 B
JSON

{
"name": "jms/security-extra-bundle",
"description": "Enhances the Symfony2 Security Component by adding several new features",
"keywords": ["annotations","authorization"],
"type": "symfony-bundle",
"license": "Apache",
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"require": {
"symfony/framework-bundle": "2.*",
"jms/metadata": "1.1.*",
"jms/aop-bundle": "1.0.*"
},
"recommend": {
"jms/di-extra-bundle": "1.0.*"
},
"autoload": {
"psr-0": { "JMS\\SecurityExtraBundle": "" }
},
"target-dir": "JMS/SecurityExtraBundle"
}