X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=config%2Fbundles.php;h=4be76836a0424a055fb89ef2ad581a5c7bf12489;hb=98cb0edc4d9a5d2fab1a4442224cf402b6bdb1a9;hp=b03f1c820dc681bc03f6d52147334245a09d0d6d;hpb=2d8fc88c89a767baf394b2cb94f73babe1d938ce;p=Project_proches_de_moi-server.git diff --git a/config/bundles.php b/config/bundles.php index b03f1c8..4be7683 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -7,5 +7,7 @@ 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\WebServerBundle\WebServerBundle::class => ['all' => true], + Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], + Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], ];