]> Raphaƫl G. Git Repositories - airlibre/blobdiff - config/bundles.php
Add doctrine fictures bundle
[airlibre] / config / bundles.php
index a5434cca10b96c619f91fa3c8b6982cdac428d51..c4891dfa3cedbf04cc77b5748e94e7f453d41a0e 100644 (file)
@@ -7,4 +7,10 @@ return [
     Rapsys\AirBundle\RapsysAirBundle::class => ['all' => true],
     Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
     Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
+    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],
 ];