Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3545b5e
)
Add web profiler bundle
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:31:04 +0000
(11:31 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:31:04 +0000
(11:31 +0100)
config/bundles.php
patch
|
blob
|
history
diff --git
a/config/bundles.php
b/config/bundles.php
index a5434cca10b96c619f91fa3c8b6982cdac428d51..78b8eb47fa1a399494b62dab3e938629b1368b0c 100644
(file)
--- a/
config/bundles.php
+++ b/
config/bundles.php
@@
-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],
];