Updated dependencies.

This commit is contained in:
Jan Böhmer 2020-05-13 19:35:14 +02:00
parent f2a1671c1c
commit c9752802e0
5 changed files with 481 additions and 312 deletions

View file

@ -23,4 +23,5 @@ return [
Scheb\TwoFactorBundle\SchebTwoFactorBundle::class => ['all' => true],
R\U2FTwoFactorBundle\RU2FTwoFactorBundle::class => ['all' => true],
Translation\Bundle\TranslationBundle::class => ['all' => true],
Symplify\ParameterNameGuard\ParameterNameGuardBundle::class => ['dev' => true, 'test' => true],
];