install security-bundle
This commit is contained in:
parent
008c341ceb
commit
2a97f924e4
5 changed files with 637 additions and 1 deletions
|
@ -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],
|
||||
];
|
||||
|
|
Reference in a new issue