]> Raphaƫl G. Git Repositories - airlibre/blob - config/bundles.php
a95c7b835e6be3b63656ed81eedbd93f74d0c945
[airlibre] / config / bundles.php
1 <?php
2
3 return [
4 Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
5 Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
6 Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
7 Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
8 Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
9 Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
10 Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
11 Rapsys\PackBundle\RapsysPackBundle::class => ['all' => true],
12 Rapsys\UserBundle\RapsysUserBundle::class => ['all' => true],
13 Rapsys\AirBundle\RapsysAirBundle::class => ['all' => true],
14 Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
15 Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
16 Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
17 ];