From f3b032d5f6847b44dcf78c643624bead89946ce8 Mon Sep 17 00:00:00 2001 From: Rafikooo Date: Thu, 26 May 2022 14:38:09 +0200 Subject: [PATCH] [Dependencies] Removed Sonata from registered bundles --- config/bundles.php | 2 -- symfony.lock | 3 --- 2 files changed, 5 deletions(-) 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" },