install maker bundle for dev
This commit is contained in:
parent
2a97f924e4
commit
ced8dbf963
4 changed files with 261 additions and 2 deletions
|
@ -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],
|
||||
];
|
||||
|
|
Reference in a new issue