Upgrade recipes: symfony/routing

This commit is contained in:
2023-09-06 12:38:01 +02:00
parent 475228297f
commit ca5f69b911
6 changed files with 29 additions and 26 deletions

View File

@@ -0,0 +1,15 @@
when@dev:
web_profiler:
toolbar: true
intercept_redirects: false
framework:
profiler: { only_exceptions: false }
when@test:
web_profiler:
toolbar: false
intercept_redirects: false
framework:
profiler: { collect: false }