install maker bundle for dev

This commit is contained in:
jannisp 2021-04-22 14:43:49 +02:00
parent 2a97f924e4
commit ced8dbf963
4 changed files with 261 additions and 2 deletions

View file

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