082a0130c2
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
26 lines
694 B
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"
|
|
}
|