|
|
@@ -14,4 +14,6 @@ return [
|
|
|
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
|
|
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
|
|
FOS\ElasticaBundle\FOSElasticaBundle::class => ['all' => true],
|
|
|
+ Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
|
|
+ Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
|
|
|
];
|