drupal-meetups-twitterbot/config/bundles.php

10 lines
420 B
PHP
Raw Normal View History

2019-01-10 12:58:21 +00:00
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
2019-01-10 12:59:37 +00:00
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
2019-01-11 20:03:06 +00:00
Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
2019-01-10 12:58:21 +00:00
];