]> Raphaƫl G. Git Repositories - airlibre/blobdiff - config/bundles.php
Update default mailer dsn
[airlibre] / config / bundles.php
index d2abc5dcd1642d95c0a91a454a41e69ef44a6bec..e987f7ad18cf7d243b82e067545874516d66995e 100644 (file)
@@ -1,8 +1,13 @@
 <?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],
 ];