From d231d27b08c28295ba929ed89829a109cff88003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kali=C5=84ski?= Date: Wed, 24 Jul 2024 08:12:43 +0200 Subject: [PATCH] OP-374 - Services / bundles fixed --- composer.json | 2 ++ src/Resources/config/services.xml | 1 + tests/Application/config/bundles.php | 1 - 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6008670..9f2c276 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,8 @@ "phpstan/phpstan-webmozart-assert": "^1.2.0", "phpunit/phpunit": "^9.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0", + "nyholm/psr7": "^1.8", + "symfony/http-client": "^5.4 || ^6.0", "symfony/browser-kit": "^5.4 || ^6.0", "symfony/debug-bundle": "^5.4 || ^6.0", "symfony/dotenv": "^5.4 || ^6.0", diff --git a/src/Resources/config/services.xml b/src/Resources/config/services.xml index e122c86..3faab35 100644 --- a/src/Resources/config/services.xml +++ b/src/Resources/config/services.xml @@ -6,6 +6,7 @@ + ['all' => true], SyliusLabs\DoctrineMigrationsExtraBundle\SyliusLabsDoctrineMigrationsExtraBundle::class => ['all' => true], Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true], - Sylius\Bundle\MailerBundle\SyliusMailerBundle::class => ['all' => true], ];