meetup-raffle-winner-picker/config/bundles.php

7 lines
167 B
PHP
Raw Normal View History

2020-04-29 19:20:38 +00:00
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
2020-04-29 19:22:48 +00:00
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
2020-04-29 19:20:38 +00:00
];