Add hslavich/oneloginsaml-bundle dependency

This commit is contained in:
Clemente Raposo 2022-08-09 15:12:20 +01:00
parent c5d096e945
commit 606d1540e3
4 changed files with 61 additions and 1 deletions

View file

@ -40,4 +40,5 @@ return [
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Shivas\VersioningBundle\ShivasVersioningBundle::class => ['all' => true],
Hslavich\OneloginSamlBundle\HslavichOneloginSamlBundle::class => ['all' => true],
];