hmmmmm
Some checks failed
/ ls (pull_request) Failing after 23s
/ ls (push) Successful in 1m29s
/ ls (release) Successful in 59s

This commit is contained in:
lubiana 2025-06-18 20:47:13 +02:00
parent a5e54e9f5b
commit c29e09ccc0
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
6 changed files with 378 additions and 4 deletions

View file

@ -8,6 +8,7 @@ use Liip\TestFixturesBundle\LiipTestFixturesBundle;
use Nelmio\CorsBundle\NelmioCorsBundle;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Bundle\MakerBundle\MakerBundle;
use Symfony\Bundle\MonologBundle\MonologBundle;
use Symfony\Bundle\SecurityBundle\SecurityBundle;
use Symfony\Bundle\TwigBundle\TwigBundle;
use Symfony\Bundle\WebProfilerBundle\WebProfilerBundle;
@ -53,4 +54,7 @@ return [
TwigExtraBundle::class => [
'all' => true,
],
MonologBundle::class => [
'all' => true,
],
];