| 123456789101112131415 | 
							- <?php
 
- return [
 
-     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],
 
-     Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
 
- ];
 
 
  |