feat: add monolog

This commit is contained in:
2024-01-18 00:46:20 +01:00
parent be7e1b7180
commit f541d55e05
5 changed files with 336 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ return [
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
];