{ "name": "symfony/twig-bundle", "type": "symfony-bundle", "description": "Symfony TwigBundle", "keywords": [], "homepage": "http://symfony.com", "license": "MIT", "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "require": { "php": ">=5.3.9", "symfony/asset": "~2.7|~3.0.0", "symfony/twig-bridge": "~2.7|~3.0.0", "symfony/http-foundation": "~2.5|~3.0.0", "symfony/http-kernel": "~2.7|~3.0.0" }, "require-dev": { "symfony/phpunit-bridge": "~2.7|~3.0.0", "symfony/stopwatch": "~2.2|~3.0.0", "symfony/dependency-injection": "~2.2|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", "symfony/config": "~2.2|~3.0.0", "symfony/routing": "~2.1|~3.0.0", "symfony/templating": "~2.1|~3.0.0", "symfony/framework-bundle": "~2.7|~3.0.0" }, "autoload": { "psr-0": { "Symfony\\Bundle\\TwigBundle\\": "" } }, "target-dir": "Symfony/Bundle/TwigBundle", "minimum-stability": "dev", "extra": { "branch-alias": { "dev-master": "2.7-dev" } } }