mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 08:36:27 +03:00
11 lines
240 B
JSON
11 lines
240 B
JSON
{
|
|
"bundles": {
|
|
"Symfony\\Bundle\\TwigBundle\\TwigBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"templates/": "templates/"
|
|
},
|
|
"aliases": ["twig", "template", "templates"]
|
|
}
|