Add maker bundle with a command composer require symfony/maker-bundle --dev

This commit is contained in:
Krzysztof Płaczek
2024-10-19 16:47:13 +02:00
parent 0681f1ac28
commit d5dc033be9
4 changed files with 253 additions and 1 deletions

View File

@@ -10,4 +10,5 @@ return [
Symfonycasts\TailwindBundle\SymfonycastsTailwindBundle::class => ['all' => true],
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
Symfony\UX\Turbo\TurboBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
];