<?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],
];