added maker bundle

This commit is contained in:
2021-05-30 17:26:27 +02:00
parent 0101d7001e
commit 5b8a86de98
5 changed files with 260 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],
];