]> Raphaƫl G. Git Repositories - airlibre/blobdiff - config/bundles.php
Readd config preload file
[airlibre] / config / bundles.php
index 43cc2798395f148b41d5a788efd2b6eabb7fd77f..947feadf9f9ff1f5c1cd24bbff8791d1a2067298 100644 (file)
@@ -11,4 +11,7 @@ return [
     Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
     Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
     Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
+    Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
+    Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
+    Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
 ];