Add maker bundle

This commit is contained in:
Oliver Davies 2019-01-10 12:59:37 +00:00
parent 49a0bd9ed0
commit 03b454fdd4
4 changed files with 207 additions and 3 deletions

View file

@ -2,4 +2,5 @@
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
];