Skip to content

Commit

Permalink
Remove unused bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Sep 21, 2020
1 parent 0a4ff06 commit dd26289
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
8 changes: 0 additions & 8 deletions tests/Application/config/bundles.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

use ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle;
use Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle;
use Sylius\Bundle\ApiBundle\SyliusApiBundle;
use SyliusLabs\DoctrineMigrationsExtraBundle\SyliusLabsDoctrineMigrationsExtraBundle;

return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Expand Down Expand Up @@ -36,9 +31,7 @@
Sylius\Bundle\ResourceBundle\SyliusResourceBundle::class => ['all' => true],
Sylius\Bundle\GridBundle\SyliusGridBundle::class => ['all' => true],
winzou\Bundle\StateMachineBundle\winzouStateMachineBundle::class => ['all' => true],
Sonata\CoreBundle\SonataCoreBundle::class => ['all' => true],
Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
Sonata\IntlBundle\SonataIntlBundle::class => ['all' => true],
Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle::class => ['all' => true],
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
Expand All @@ -49,7 +42,6 @@
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['all' => true],
Sylius\Bundle\FixturesBundle\SyliusFixturesBundle::class => ['all' => true],
Sylius\Bundle\PayumBundle\SyliusPayumBundle::class => ['all' => true],
Sylius\Bundle\ThemeBundle\SyliusThemeBundle::class => ['all' => true],
Expand Down
4 changes: 0 additions & 4 deletions tests/Application/config/packages/sonata_core.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions tests/Application/config/packages/twig_extensions.yaml

This file was deleted.

0 comments on commit dd26289

Please sign in to comment.