Files
symfony-flex-recipes/symfony.twig-bundle.4.4.json
T
github-action botandgithub-action bot c8ac81cd2f Update Flex endpoint
2021-09-19 18:02:05 +00:00

50 lines
2.3 KiB
JSON

{
"locks": {
"symfony/twig-bundle": {
"version": "4.4",
"recipe": {
"repo": "4.4",
"branch": "master",
"version": "4.4",
"ref": "73baff3f7b3cea12a73812a7cfd2c0924a9e250f"
}
}
},
"manifests": {
"symfony/twig-bundle": {
"repository": "github.com/symfony/recipes",
"package": "symfony/twig-bundle",
"version": "4.4",
"manifest": {
"bundles": {
"Symfony\\Bundle\\TwigBundle\\TwigBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"templates/": "templates/"
}
},
"files": {
"templates/base.html.twig": {
"contents": "<!DOCTYPE html>\n<html>\n <head>\n <meta charset=\"UTF-8\">\n <title>{% block title %}Welcome!{% endblock %}</title>\n {# Run `composer require symfony/webpack-encore-bundle`\n and uncomment the following Encore helpers to start using Symfony UX #}\n {% block stylesheets %}\n {#{{ encore_entry_link_tags('app') }}#}\n {% endblock %}\n\n {% block javascripts %}\n {#{{ encore_entry_script_tags('app') }}#}\n {% endblock %}\n </head>\n <body>\n {% block body %}{% endblock %}\n </body>\n</html>\n",
"executable": false,
"encoding": ""
},
"config/packages/twig.yaml": {
"contents": "twig:\n default_path: '%kernel.project_dir%/templates'\n debug: '%kernel.debug%'\n strict_variables: '%kernel.debug%'\n exception_controller: null\n",
"executable": false,
"encoding": ""
},
"config/packages/test/twig.yaml": {
"contents": "twig:\n strict_variables: true\n",
"executable": false,
"encoding": ""
}
},
"origin": "symfony/twig-bundle:4.4@github.com/symfony/recipes:master",
"is_contrib": false
}
}
}