Skip to content
Snippets Groups Projects
bundles.php 167 B
Newer Older
Maxime Veber's avatar
Maxime Veber committed
<?php

return [
    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Maxime Veber's avatar
Maxime Veber committed
    Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Maxime Veber's avatar
Maxime Veber committed
];