16 lines
		
	
	
		
			907 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			907 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => 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],
 | |
|     Baldinof\RoadRunnerBundle\BaldinofRoadRunnerBundle::class => ['all' => true],
 | |
| ];
 |