mail-rss/config/bundles.php

9 lines
333 B
PHP
Raw Normal View History

2020-11-11 13:17:58 +01:00
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
2020-11-11 14:14:15 +01:00
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
2020-11-11 13:17:58 +01:00
];