]> Raphaƫl G. Git Repositories - airlibre/blobdiff - config/bundles.php
Add maker bundle
[airlibre] / config / bundles.php
index d2abc5dcd1642d95c0a91a454a41e69ef44a6bec..43cc2798395f148b41d5a788efd2b6eabb7fd77f 100644 (file)
@@ -1,8 +1,14 @@
 <?php
 
 return [
-    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
+    Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
     Rapsys\PackBundle\RapsysPackBundle::class => ['all' => true],
     Rapsys\UserBundle\RapsysUserBundle::class => ['all' => true],
     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],
 ];