mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
11 lines
248 B
JSON
11 lines
248 B
JSON
{
|
|
"bundles": {
|
|
"Symfony\\Bundle\\TwigBundle\\TwigBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"etc/": "%ETC_DIR%/",
|
|
"templates/": "templates/"
|
|
},
|
|
"aliases": ["twig", "template", "templates", "templating"]
|
|
}
|