forked from wallabag/wallabag
twig implementation
This commit is contained in:
30
vendor/umpirsky/twig-gettext-extractor/composer.json
vendored
Normal file
30
vendor/umpirsky/twig-gettext-extractor/composer.json
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user