kekrozsak/vendor/sensio/framework-extra-bundle/Sensio/Bundle/FrameworkExtraBundle/composer.json

28 lines
755 B
JSON

{
"name": "sensio/framework-extra-bundle",
"description": "This bundle provides a way to configure your controllers with annotations",
"keywords": ["annotations","controllers"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"require": {
"symfony/framework-bundle": "2.1.*",
"doctrine/common": ">=2.1,<2.4-dev"
},
"autoload": {
"psr-0": { "Sensio\\Bundle\\FrameworkExtraBundle": "" }
},
"target-dir": "Sensio/Bundle/FrameworkExtraBundle",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"minimum-stability": "dev"
}