@@ -1,6 +1,6 @@
<?php
-$devEnvs = ['dev' => true, 'docker' => true, 'test' => true, 'staging' => true];
+$devEnvs = ['dev' => true, 'docker' => true, 'test' => false, 'staging' => true];
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
@@ -1,4 +0,0 @@
-debug:
- # Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser.
- # See the "server:dump" command to start a new server.
- dump_destination: "tcp://%env(VAR_DUMPER_SERVER)%"
@@ -1,9 +0,0 @@
-nelmio_alice:
- functions_blacklist:
- - 'current'
- - 'shuffle'
- - 'date'
- - 'time'
- - 'file'
- - 'md5'
- - 'sha1'
@@ -1,6 +0,0 @@
-web_profiler:
- toolbar: false
- intercept_redirects: false
-
-framework:
- profiler: { collect: false }