]> Raphaƫl G. Git Repositories - airlibre/blobdiff - config/bundles.php
Add twig bundle
[airlibre] / config / bundles.php
index c4891dfa3cedbf04cc77b5748e94e7f453d41a0e..947feadf9f9ff1f5c1cd24bbff8791d1a2067298 100644 (file)
@@ -13,4 +13,5 @@ return [
     Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
     Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
     Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
+    Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
 ];