kekrozsak/vendor/jms/di-extra-bundle/JMS/DiExtraBundle/schmittjoh-JMSDiExtraBundle-03a343a/composer.json
2012-07-23 17:09:03 +02:00

22 lines
570 B
JSON

{
"name": "jms/di-extra-bundle",
"description": "Allows to configure dependency injection using annotations",
"keywords": ["annotations","dependency injection"],
"type": "symfony-bundle",
"license": "Apache",
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"require": {
"symfony/framework-bundle": "2.*",
"jms/metadata": "1.1.*"
},
"autoload": {
"psr-0": { "JMS\\DiExtraBundle": "" }
},
"target-dir": "JMS/DiExtraBundle"
}