22 lines
509 B
JSON
22 lines
509 B
JSON
|
{
|
||
|
"name": "jms/aop-bundle",
|
||
|
"description": "Adds AOP capabilities to Symfony2",
|
||
|
"keywords": ["annotations","aop"],
|
||
|
"type": "symfony-bundle",
|
||
|
"license": "Apache",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Johannes M. Schmitt",
|
||
|
"email": "schmittjoh@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"symfony/framework-bundle": "2.*",
|
||
|
"jms/cg": "1.0.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": { "JMS\\AopBundle": "" }
|
||
|
},
|
||
|
"target-dir": "JMS/AopBundle"
|
||
|
}
|