Files
symfony-flex-recipes/archived/symfony.twig-bundle/73bdef7bcad4e1327506b502291ddd14f97263ca.json
T
github-action[bot]andgithub-action[bot] a5298a919f Update Flex archives
2021-12-18 17:20:12 +00:00

46 lines
1.5 KiB
JSON

{
"manifests": {
"symfony/twig-bundle": {
"manifest": {
"bundles": {
"Symfony\\Bundle\\TwigBundle\\TwigBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"templates/": "templates/"
}
},
"files": {
"config/packages/twig.yaml": {
"contents": [
"twig:",
" paths: ['%kernel.project_dir%/templates']",
" debug: '%kernel.debug%'",
" strict_variables: '%kernel.debug%'",
""
],
"executable": false
},
"config/routing/dev/twig.yaml": {
"contents": [
"_errors:",
" resource: '@TwigBundle/Resources/config/routing/errors.xml'",
" prefix: /_errors",
""
],
"executable": false
},
"templates/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "73bdef7bcad4e1327506b502291ddd14f97263ca"
}
}
}