You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
2.7 KiB
39 lines
2.7 KiB
<?php
|
|
|
|
return [
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
|
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
|
|
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
|
|
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
|
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
|
|
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
|
|
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
|
FOS\JsRoutingBundle\FOSJsRoutingBundle::class => ['all' => true],
|
|
Chamilo\CoreBundle\ChamiloCoreBundle::class => ['all' => true],
|
|
Chamilo\CourseBundle\ChamiloCourseBundle::class => ['all' => true],
|
|
Chamilo\GraphQlBundle\ChamiloGraphQlBundle::class => ['all' => true],
|
|
Chamilo\LtiBundle\ChamiloLtiBundle::class => ['all' => true],
|
|
Sylius\Bundle\SettingsBundle\SyliusSettingsBundle::class => ['all' => true],
|
|
Oneup\FlysystemBundle\OneupFlysystemBundle::class => ['all' => true],
|
|
A2lix\AutoFormBundle\A2lixAutoFormBundle::class => ['all' => true],
|
|
A2lix\TranslationFormBundle\A2lixTranslationFormBundle::class => ['all' => true],
|
|
Oneup\UploaderBundle\OneupUploaderBundle::class => ['all' => true],
|
|
Gregwar\CaptchaBundle\GregwarCaptchaBundle::class => ['all' => true],
|
|
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
|
|
HtmlSanitizer\Bundle\HtmlSanitizerBundle::class => ['all' => true],
|
|
Vich\UploaderBundle\VichUploaderBundle::class => ['all' => true],
|
|
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],
|
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
|
SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle::class => ['all' => true],
|
|
FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true],
|
|
];
|
|
|