Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-03-17 03:51:04 +00:00
parent ca842eff46
commit 79d5618088
2 changed files with 55 additions and 7 deletions
@@ -0,0 +1,54 @@
{
"manifests": {
"symfony/web-profiler-bundle": {
"manifest": {
"bundles": {
"Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": [
"dev",
"test"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"symfony/framework-bundle": "<6.1"
}
},
"files": {
"config/packages/web_profiler.yaml": {
"contents": [
"when@dev:",
" web_profiler:",
" toolbar: true",
"",
" framework:",
" profiler:",
" collect_serializer_data: true",
"",
"when@test:",
" framework:",
" profiler: { collect: false }",
""
],
"executable": false
},
"config/routes/web_profiler.yaml": {
"contents": [
"when@dev:",
" 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": "8b51135b84f4266e3b4c8a6dc23c9d1e32e543b7"
}
}
}
+1 -7
View File
@@ -21,18 +21,12 @@
"when@dev:",
" web_profiler:",
" toolbar: true",
" intercept_redirects: false",
"",
" framework:",
" profiler:",
" only_exceptions: false",
" collect_serializer_data: true",
"",
"when@test:",
" web_profiler:",
" toolbar: false",
" intercept_redirects: false",
"",
" framework:",
" profiler: { collect: false }",
""
@@ -54,7 +48,7 @@
"executable": false
}
},
"ref": "e42b3f0177df239add25373083a564e5ead4e13a"
"ref": "8b51135b84f4266e3b4c8a6dc23c9d1e32e543b7"
}
}
}