{ "name": "symfony/twig-bridge", "type": "symfony-bridge", "description": "Symfony Twig Bridge", "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.5.9", "twig/twig": "~1.18" }, "require-dev": { "symfony/phpunit-bridge": "~2.7|~3.0", "symfony/asset": "~2.7|~3.0", "symfony/finder": "~2.7|~3.0", "symfony/form": "~2.7|~3.0", "symfony/http-kernel": "~2.7|~3.0", "symfony/intl": "~2.7|~3.0", "symfony/routing": "~2.7|~3.0", "symfony/templating": "~2.7|~3.0", "symfony/translation": "~2.7|~3.0", "symfony/yaml": "~2.7|~3.0", "symfony/security": "~2.7|~3.0", "symfony/stopwatch": "~2.7|~3.0", "symfony/console": "~2.7|~3.0", "symfony/var-dumper": "~2.7|~3.0", "symfony/expression-language": "~2.7|~3.0" }, "suggest": { "symfony/finder": "", "symfony/asset": "For using the AssetExtension", "symfony/form": "For using the FormExtension", "symfony/http-kernel": "For using the HttpKernelExtension", "symfony/routing": "For using the RoutingExtension", "symfony/templating": "For using the TwigEngine", "symfony/translation": "For using the TranslationExtension", "symfony/yaml": "For using the YamlExtension", "symfony/security": "For using the SecurityExtension", "symfony/stopwatch": "For using the StopwatchExtension", "symfony/var-dumper": "For using the DumpExtension", "symfony/expression-language": "For using the ExpressionExtension" }, "autoload": { "psr-0": { "Symfony\\Bridge\\Twig\\": "" } }, "target-dir": "Symfony/Bridge/Twig", "minimum-stability": "dev", "extra": { "branch-alias": { "dev-master": "3.0-dev" } } }