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

return [
    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
    Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
    Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
];