8 lines
241 B
PHP
8 lines
241 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
||
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
||
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
||
|
];
|