added version directories

This commit is contained in:
Fabien Potencier
2017-04-04 11:57:32 -07:00
parent 0b557bab57
commit 8fd72f8a86
55 changed files with 0 additions and 0 deletions
@@ -0,0 +1,6 @@
web_profiler:
toolbar: true
intercept_redirects: false
framework:
profiler: { only_exceptions: false }
@@ -0,0 +1,6 @@
web_profiler:
toolbar: false
intercept_redirects: false
framework:
profiler: { collect: false }
@@ -0,0 +1,7 @@
web_profiler_wdt:
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
prefix: /_wdt
web_profiler_profiler:
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
prefix: /_profiler
@@ -0,0 +1,9 @@
{
"bundles": {
"Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": ["dev", "test"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
},
"aliases": ["profiler"]
}