drupal-meetups-twitterbot/config/bundles.php
2019-01-10 12:59:37 +00:00

7 lines
167 B
PHP

<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
];