|
|
|
@ -29,7 +29,6 @@ return [ |
|
|
|
|
Cocur\Slugify\Bridge\Symfony\CocurSlugifyBundle::class => ['all' => true], |
|
|
|
|
KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true], |
|
|
|
|
Translation\Bundle\TranslationBundle::class => ['all' => true], |
|
|
|
|
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true], |
|
|
|
|
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true], |
|
|
|
|
ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true], |
|
|
|
|
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true], |
|
|
|
@ -37,4 +36,5 @@ return [ |
|
|
|
|
SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle::class => ['all' => true], |
|
|
|
|
FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true], |
|
|
|
|
Symplify\ConsoleColorDiff\ConsoleColorDiffBundle::class => ['dev' => true, 'test' => true], |
|
|
|
|
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true], |
|
|
|
|
]; |
|
|
|
|