This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Twig/composer.json
2011-10-15 16:55:54 +02:00

30 lines
704 B
JSON

{
"name": "symfony/twig-bridge",
"type": "symfony-bridge",
"description": "Symfony Twig Bridge",
"keywords": [],
"homepage": "http://symfony.com",
"version": "2.0.4",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"require": {
"php": ">=5.3.2",
"twig/twig": ">=1.1"
},
"suggest": {
"symfony/form": ">=2.0",
"symfony/routing": ">=2.0",
"symfony/translation": ">=2.0",
"symfony/yaml": ">=2.0"
}
}