profile update done

This commit is contained in:
Olivier PARPAILLON
2024-11-20 12:51:11 +01:00
parent 8563a74e3b
commit 40019dff72
16 changed files with 498 additions and 24 deletions

View File

@@ -14,4 +14,6 @@ return [
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
SymfonyCasts\Bundle\VerifyEmail\SymfonyCastsVerifyEmailBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
Symfony\UX\Turbo\TurboBundle::class => ['all' => true],
];