drupal-meetups-twitterbot/config/bundles.php

7 lines
167 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-10 12:58:21 +00:00
];