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/Bundle/TwigBundle/composer.json

32 lines
752 B
JSON
Raw Normal View History

2011-09-24 18:13:35 +01:00
{
"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.4",
2011-11-23 16:46:50 +00:00
"symfony/twig-bridge": "self.version"
},
"autoload": {
"psr-0": { "Symfony\\Bundle\\TwigBundle": "" }
},
2012-02-25 02:26:20 +00:00
"target-dir": "Symfony/Bundle/TwigBundle",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
2012-02-25 02:26:20 +00:00
}
}
2011-09-24 18:13:35 +01:00
}