]> Raphaƫl G. Git Repositories - airlibre/blobdiff - config/bundles.php
Readd config packages validator yaml file
[airlibre] / config / bundles.php
index e987f7ad18cf7d243b82e067545874516d66995e..947feadf9f9ff1f5c1cd24bbff8791d1a2067298 100644 (file)
@@ -10,4 +10,8 @@ return [
     Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
     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],
 ];