Skip to content

Commit

Permalink
Remove bundles from bundles.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Mar 14, 2024
1 parent 6b89d09 commit aebe051
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Knp\Bundle\MarkdownBundle\KnpMarkdownBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
Conduction\CommonGroundBundle\CommonGroundBundle::class => ['all' => true],
Nelmio\Alice\Bridge\Symfony\NelmioAliceBundle::class => ['all' => true],
Fidry\AliceDataFixtures\Bridge\Symfony\FidryAliceDataFixturesBundle::class => ['all' => true],
Hautelook\AliceBundle\HautelookAliceBundle::class => ['all' => true],
Expand Down

0 comments on commit aebe051

Please sign in to comment.