{ "manifests": { "symfony/twig-bundle": { "manifest": { "bundles": { "Symfony\\Bundle\\TwigBundle\\TwigBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "templates/": "templates/" }, "conflict": { "symfony/framework-bundle": "<5.3" } }, "files": { "config/packages/twig.yaml": { "contents": [ "twig:", " file_name_pattern: '*.twig'", "", "when@test:", " twig:", " strict_variables: true", "" ], "executable": false }, "templates/base.html.twig": { "contents": [ "", "", " ", " ", " {% block title %}Welcome!{% endblock %}", " \u26ab\ufe0fsf\">", " {% block stylesheets %}", " {% endblock %}", "", " {% block javascripts %}", " {% endblock %}", " ", " ", " {% block body %}{% endblock %}", " ", "", "" ], "executable": false } }, "ref": "cab5fd2a13a45c266d45a7d9337e28dee6272877" } } }