|
|
|
|
@ -9,7 +9,6 @@ return [ |
|
|
|
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], |
|
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], |
|
|
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], |
|
|
|
|
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true], |
|
|
|
|
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true], |
|
|
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], |
|
|
|
|
FOS\JsRoutingBundle\FOSJsRoutingBundle::class => ['all' => true], |
|
|
|
|
|