1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-02-25 16:01:45 -05:00
2013-08-03 19:26:54 +02:00

30 lines
947 B
JSON

{
"name": "umpirsky/twig-gettext-extractor",
"type": "application",
"description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.",
"license": "MIT",
"authors": [
{
"name": "Саша Стаменковић",
"email": "umpirsky@gmail.com"
}
],
"require": {
"php": ">=5.3.3",
"twig/twig": ">=1.2.0,<2.0-dev",
"twig/extensions": "1.0.*",
"symfony/twig-bridge": ">=2.0,<3.0",
"symfony/routing": ">=2.0,<3.0",
"symfony/filesystem": ">=2.0,<3.0",
"symfony/translation": ">=2.0,<3.0",
"symfony/form": ">=2.0,<3.0"
},
"require-dev": {
"symfony/config": "2.1.*"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": { "Twig\\Gettext": "." }
},
"bin": ["twig-gettext-extractor"]
}