kekrozsak/vendor/twig/extensions/composer.json
Polonkai Gergely 082a0130c2 Initial commit with Symfony 2.1+Vendors
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-07-01 09:52:20 +02:00

21 lines
525 B
JSON

{
"name": "twig/extensions",
"description": "Common additional features for Twig that do not directly belong in core",
"keywords": ["debug","i18n","text"],
"homepage": "https://github.com/fabpot/Twig-extensions",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"require": {
"twig/twig": "1.*"
},
"autoload": {
"psr-0": { "Twig_Extensions_": "lib/" }
}
}