Files
symfony-flex-recipes/symfony.web-profiler-bundle.3.3.json
T
github-action botandgithub-action bot c52f4eb34d Update Flex endpoint
2021-09-19 15:27:48 +00:00

51 lines
2.1 KiB
JSON

{
"locks": {
"symfony/web-profiler-bundle": {
"version": "3.3",
"recipe": {
"repo": "3.3",
"branch": "master",
"version": "3.3",
"ref": "6bdfa1a95f6b2e677ab985cd1af2eae35d62e0f6"
}
}
},
"manifests": {
"symfony/web-profiler-bundle": {
"repository": "github.com/symfony/recipes",
"package": "symfony/web-profiler-bundle",
"version": "3.3",
"manifest": {
"bundles": {
"Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": [
"dev",
"test"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/dev/web_profiler.yaml": {
"contents": "web_profiler_wdt:\n resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'\n prefix: /_wdt\n\nweb_profiler_profiler:\n resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'\n prefix: /_profiler\n",
"executable": false,
"encoding": ""
},
"config/packages/dev/web_profiler.yaml": {
"contents": "web_profiler:\n toolbar: true\n intercept_redirects: false\n\nframework:\n profiler: { only_exceptions: false }\n",
"executable": false,
"encoding": ""
},
"config/packages/test/web_profiler.yaml": {
"contents": "web_profiler:\n toolbar: false\n intercept_redirects: false\n\nframework:\n profiler: { collect: false }\n",
"executable": false,
"encoding": ""
}
},
"origin": "symfony/web-profiler-bundle:3.3@github.com/symfony/recipes:master",
"not_installable": false,
"is_contrib": false
}
}
}