]> Raphaël G. Git Repositories - airlibre/commitdiff
Add web profiler bundle
authorRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:31:04 +0000 (11:31 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:31:04 +0000 (11:31 +0100)
config/bundles.php

index a5434cca10b96c619f91fa3c8b6982cdac428d51..78b8eb47fa1a399494b62dab3e938629b1368b0c 100644 (file)
@@ -7,4 +7,5 @@ return [
     Rapsys\AirBundle\RapsysAirBundle::class => ['all' => true],
     Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
     Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
+    Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
 ];