mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
58 lines
2.1 KiB
JSON
58 lines
2.1 KiB
JSON
{
|
|
"manifests": {
|
|
"symfony/web-profiler-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": [
|
|
"dev",
|
|
"test"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/dev/web_profiler.yaml": {
|
|
"contents": [
|
|
"web_profiler:",
|
|
" toolbar: true",
|
|
" intercept_redirects: false",
|
|
"",
|
|
"framework:",
|
|
" profiler: { only_exceptions: false }",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/test/web_profiler.yaml": {
|
|
"contents": [
|
|
"web_profiler:",
|
|
" toolbar: false",
|
|
" intercept_redirects: false",
|
|
"",
|
|
"framework:",
|
|
" profiler: { collect: false }",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/dev/web_profiler.yaml": {
|
|
"contents": [
|
|
"web_profiler_wdt:",
|
|
" resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'",
|
|
" prefix: /_wdt",
|
|
"",
|
|
"web_profiler_profiler:",
|
|
" resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'",
|
|
" prefix: /_profiler",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "6bdfa1a95f6b2e677ab985cd1af2eae35d62e0f6"
|
|
}
|
|
}
|
|
}
|