diff --git a/config/bundles.php b/config/bundles.php index 180f77e843..5003cc7a51 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -57,7 +57,5 @@ return [ Sylius\Behat\Application\SyliusTestPlugin\SyliusTestPlugin::class => ['test' => true, 'test_cached' => true], Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true], SyliusLabs\DoctrineMigrationsExtraBundle\SyliusLabsDoctrineMigrationsExtraBundle::class => ['all' => true], - Sonata\Doctrine\Bridge\Symfony\SonataDoctrineSymfonyBundle::class => ['all' => true], - Sonata\Twig\Bridge\Symfony\SonataTwigSymfonyBundle::class => ['all' => true], SyliusLabs\Polyfill\Symfony\Security\Bundle\SyliusLabsPolyfillSymfonySecurityBundle::class => ['all' => true], ]; diff --git a/symfony.lock b/symfony.lock index c1012cbfc3..b6659c77dd 100644 --- a/symfony.lock +++ b/symfony.lock @@ -558,9 +558,6 @@ "ref": "8273133183506fe6ec66895e8890227b0dfba1c7" } }, - "sonata-project/twig-extensions": { - "version": "1.4.1" - }, "squizlabs/php_codesniffer": { "version": "3.3.1" },