| 1234567891011121314 | <?phpreturn [    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],    Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],    Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],    Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],    Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],    Osinet\DemoBundle\OsinetDemoBundle::class => ['all' => true],    Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],    Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],    Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],    Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],];
 |