Add security bundle for adding basic HTTP auth to the API.
[Project_proches_de_moi-server.git] / config / bundles.php
index c804243e832ee38bbe3c97bc5ffe542f6edf42b8..e6cf935e3509d2918a18463766ddb5f59ec43974 100644 (file)
@@ -7,4 +7,6 @@ return [
     Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
     Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
     Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
+    Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
+    Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
 ];