|
|
|
@ -11,7 +11,7 @@ return [ |
|
|
|
Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true], |
|
|
|
Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true], |
|
|
|
Symfony\UX\LiveComponent\LiveComponentBundle::class => ['all' => true], |
|
|
|
Symfony\UX\LiveComponent\LiveComponentBundle::class => ['all' => true], |
|
|
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true], |
|
|
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true], |
|
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true], |
|
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['local' => true], |
|
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], |
|
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], |
|
|
|
Symfony\UX\Icons\UXIconsBundle::class => ['all' => true], |
|
|
|
Symfony\UX\Icons\UXIconsBundle::class => ['all' => true], |
|
|
|
FOS\ElasticaBundle\FOSElasticaBundle::class => ['all' => true], |
|
|
|
FOS\ElasticaBundle\FOSElasticaBundle::class => ['all' => true], |
|
|
|
|