12345678910111213141516171819202122 |
- {
- "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.*",
- "doctrine/common": ">=2.0"
- },
- "autoload": {
- "psr-0": { "Sensio\\Bundle\\FrameworkExtraBundle": "" }
- },
- "target-dir": "Sensio/Bundle/FrameworkExtraBundle"
- }
|