2022-03-03 10:53:48 -05:00
|
|
|
<?php declare(strict_types=1);
|
2017-11-30 15:06:13 -05:00
|
|
|
|
|
|
|
return [
|
2022-03-03 11:15:12 -05:00
|
|
|
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => TRUE],
|
|
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => TRUE],
|
|
|
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => TRUE],
|
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => TRUE],
|
|
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => TRUE, 'test' => TRUE],
|
|
|
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => TRUE],
|
|
|
|
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => TRUE],
|
|
|
|
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => TRUE],
|
2017-11-30 15:06:13 -05:00
|
|
|
];
|