Skip to content

Commit

Permalink
Remove jms, fos_rest and fix SyliusTwigHooksBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Oct 11, 2024
1 parent 1761b53 commit ad44bc2
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 43 deletions.
4 changes: 1 addition & 3 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
Sylius\Bundle\GridBundle\SyliusGridBundle::class => ['all' => true],
winzou\Bundle\StateMachineBundle\winzouStateMachineBundle::class => ['all' => true],
Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
Knp\Bundle\GaufretteBundle\KnpGaufretteBundle::class => ['all' => true],
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true],
Expand All @@ -57,7 +55,7 @@
SyliusLabs\DoctrineMigrationsExtraBundle\SyliusLabsDoctrineMigrationsExtraBundle::class => ['all' => true],
League\FlysystemBundle\FlysystemBundle::class => ['all' => true],
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
Sylius\TwigHooks\TwigHooksBundle::class => ['all' => true],
Sylius\TwigHooks\SyliusTwigHooksBundle::class => ['all' => true],
Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true],
Symfony\UX\LiveComponent\LiveComponentBundle::class => ['all' => true],
Symfony\UX\Autocomplete\AutocompleteBundle::class => ['all' => true],
Expand Down
12 changes: 0 additions & 12 deletions config/packages/dev/jms_serializer.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions config/packages/fos_rest.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions config/packages/jms_serializer.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions config/packages/prod/jms_serializer.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions config/packages/test_cached/fos_rest.yaml

This file was deleted.

0 comments on commit ad44bc2

Please sign in to comment.