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.
		
		
		
		
		
			
		
			
				
					
					
						
							40 lines
						
					
					
						
							2.9 KiB
						
					
					
				
			
		
		
	
	
							40 lines
						
					
					
						
							2.9 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],
 | 
						|
    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\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],
 | 
						|
    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],
 | 
						|
    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],
 | 
						|
    Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
 | 
						|
    Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
 | 
						|
    DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
 | 
						|
    Nelmio\Alice\Bridge\Symfony\NelmioAliceBundle::class => ['dev' => true, 'test' => true],
 | 
						|
    Fidry\AliceDataFixtures\Bridge\Symfony\FidryAliceDataFixturesBundle::class => ['dev' => true, 'test' => true],
 | 
						|
    Hautelook\AliceBundle\HautelookAliceBundle::class => ['dev' => true, 'test' => true],
 | 
						|
    Sonata\Exporter\Bridge\Symfony\SonataExporterBundle::class => ['all' => true],
 | 
						|
    Oh\GoogleMapFormTypeBundle\OhGoogleMapFormTypeBundle::class => ['all' => true],
 | 
						|
];
 | 
						|
 |