16 lines
		
	
	
		
			903 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			903 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
 | 
						|
    Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
 | 
						|
    Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
 | 
						|
    Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
 | 
						|
    Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
 | 
						|
    Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
 | 
						|
    Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
 | 
						|
    Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
 | 
						|
    Nelmio\ApiDocBundle\NelmioApiDocBundle::class => ['all' => true],
 | 
						|
    JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
 | 
						|
    Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
 | 
						|
];
 |