From 68b393b742a83802adb45bc9b9702f5ca7691673 Mon Sep 17 00:00:00 2001 From: Stefan Doorn Date: Wed, 3 Jan 2024 10:22:14 +0100 Subject: [PATCH] Remove unused dev-dependencies (#205) --- tests/Application/config/bundles.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Application/config/bundles.php b/tests/Application/config/bundles.php index 56d945a..f44bc5b 100644 --- a/tests/Application/config/bundles.php +++ b/tests/Application/config/bundles.php @@ -51,7 +51,6 @@ StefanDoorn\SyliusGtmEnhancedEcommercePlugin\SyliusGtmEnhancedEcommercePlugin::class => ['all' => true], Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true], Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true], - FriendsOfBehat\SymfonyExtension\Bundle\FriendsOfBehatSymfonyExtensionBundle::class => ['test' => true, 'test_cached' => true], Sylius\Behat\Application\SyliusTestPlugin\SyliusTestPlugin::class => ['test' => true, 'test_cached' => true], ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true], Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],