2022-07-11 17:27:00 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
|
|
|
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
|
|
|
|
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
|
|
|
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
|
|
|
|
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
|
|
|
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
|
|
|
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
|
|
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
|
|
|
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
|
|
|
|
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
|
|
|
|
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
|
|
|
|
Knp\Bundle\TimeBundle\KnpTimeBundle::class => ['all' => true],
|
|
|
|
ChampsLibres\AsyncUploaderBundle\ChampsLibresAsyncUploaderBundle::class => ['all' => true],
|
|
|
|
Chill\MainBundle\ChillMainBundle::class => ['all' => true],
|
|
|
|
Chill\PersonBundle\ChillPersonBundle::class => ['all' => true],
|
|
|
|
Chill\CustomFieldsBundle\ChillCustomFieldsBundle::class => ['all' => true],
|
|
|
|
Chill\ActivityBundle\ChillActivityBundle::class => ['all' => true],
|
|
|
|
Chill\DocStoreBundle\ChillDocStoreBundle::class => ['all' => true],
|
|
|
|
Chill\DocGeneratorBundle\ChillDocGeneratorBundle::class => ['all' => true],
|
|
|
|
Chill\AsideActivityBundle\ChillAsideActivityBundle::class => ['all' => true],
|
|
|
|
Chill\CalendarBundle\ChillCalendarBundle::class => ['all' => true],
|
|
|
|
Chill\TaskBundle\ChillTaskBundle::class => ['all' => true],
|
|
|
|
Chill\ThirdPartyBundle\ChillThirdPartyBundle::class => ['all' => true],
|
|
|
|
Chill\BudgetBundle\ChillBudgetBundle::class => ['all' => true],
|
|
|
|
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
|
|
|
|
Nelmio\Alice\Bridge\Symfony\NelmioAliceBundle::class => ['dev' => true, 'test' => true],
|
|
|
|
Chill\WopiBundle\ChillWopiBundle::class => ['all' => true],
|
|
|
|
loophp\PsrHttpMessageBridgeBundle\PsrHttpMessageBridgeBundle::class => ['all' => true],
|
|
|
|
ChampsLibres\WopiBundle\WopiBundle::class => ['all' => true],
|
2022-12-24 14:40:18 +00:00
|
|
|
Misd\PhoneNumberBundle\MisdPhoneNumberBundle::class => ['all' => true],
|
|
|
|
App\App::class => ['all' => true],
|
|
|
|
KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true],
|
2023-01-07 20:11:01 +00:00
|
|
|
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
|
2022-07-11 17:27:00 +00:00
|
|
|
];
|