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