Added some basic security configuration with NelmioSecurityBundle.

This commit is contained in:
Jan Böhmer 2020-06-08 20:23:35 +02:00
parent 59d1349ce8
commit 581dcae2ef
5 changed files with 232 additions and 1 deletions

View file

@ -25,4 +25,5 @@ return [
Translation\Bundle\TranslationBundle::class => ['all' => true],
Symplify\ParameterNameGuard\ParameterNameGuardBundle::class => ['dev' => true, 'test' => true],
Florianv\SwapBundle\FlorianvSwapBundle::class => ['all' => true],
Nelmio\SecurityBundle\NelmioSecurityBundle::class => ['all' => true],
];