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

index 9c03cd521be3a48c12c62ba16a746c47620e070f..e987f7ad18cf7d243b82e067545874516d66995e 100644 (file)
@@ -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],
 ];