]> Raphaël G. Git Repositories - airlibre/commitdiff
Add maker bundle
authorRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:39:23 +0000 (11:39 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:39:23 +0000 (11:39 +0100)
config/bundles.php

index e987f7ad18cf7d243b82e067545874516d66995e..43cc2798395f148b41d5a788efd2b6eabb7fd77f 100644 (file)
@@ -10,4 +10,5 @@ return [
     Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
     Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
     Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
+    Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
 ];