magnetico-web/config/bundles.php

11 lines
496 B
PHP
Raw Normal View History

2018-06-20 16:35:08 +00:00
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
2018-06-20 18:07:16 +00:00
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
2018-06-20 19:28:52 +00:00
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
2018-06-20 16:35:08 +00:00
];