2022-04-26 14:57:59 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
2022-09-12 15:18:11 +02:00
|
|
|
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
|
2023-07-06 09:42:42 +02:00
|
|
|
Nelmio\SecurityBundle\NelmioSecurityBundle::class => ['all' => true],
|
2022-04-26 14:57:59 +02:00
|
|
|
];
|