forked from mirror/Part-DB.Part-DB-server
Added some basic security configuration with NelmioSecurityBundle.
This commit is contained in:
parent
59d1349ce8
commit
581dcae2ef
5 changed files with 232 additions and 1 deletions
|
@ -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],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue