Initiate the ZimbraBundle

This commit is contained in:
2025-11-24 09:31:07 +01:00
parent add9249502
commit 09d81d8025
8 changed files with 71 additions and 0 deletions

View File

@@ -37,4 +37,5 @@ return [
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\UX\Translator\UxTranslatorBundle::class => ['all' => true],
loophp\PsrHttpMessageBridgeBundle\PsrHttpMessageBridgeBundle::class => ['all' => true],
Chill\ZimbraBundle\ChillZimbraBundle::class => ['all' => true],
];