Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e38ee6
)
Add security bundle
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:37:40 +0000
(11:37 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:37:40 +0000
(11:37 +0100)
config/bundles.php
patch
|
blob
|
history
diff --git
a/config/bundles.php
b/config/bundles.php
index 9c03cd521be3a48c12c62ba16a746c47620e070f..e987f7ad18cf7d243b82e067545874516d66995e 100644
(file)
--- a/
config/bundles.php
+++ b/
config/bundles.php
@@
-9,4
+9,5
@@
return [
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
+ Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
];