kekrozsak/vendor/jms/security-extra-bundle/JMS/SecurityExtraBundle/composer.json
Polonkai Gergely 082a0130c2 Initial commit with Symfony 2.1+Vendors
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-07-01 09:52:20 +02:00

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"
}