install security-bundle

This commit is contained in:
jannisp 2021-04-22 14:42:22 +02:00
parent 008c341ceb
commit 2a97f924e4
5 changed files with 637 additions and 1 deletions

View file

@ -4,4 +4,5 @@ return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
];