From 56497ebdd385dd80ea42b8b532ce380dfb3e376e Mon Sep 17 00:00:00 2001 From: Shyim Date: Wed, 18 Sep 2024 13:37:21 +0200 Subject: [PATCH] Update index.md --- guides/plugins/apps/app-sdks/symfony-bundle/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/plugins/apps/app-sdks/symfony-bundle/index.md b/guides/plugins/apps/app-sdks/symfony-bundle/index.md index 96f869a39..d36a41447 100644 --- a/guides/plugins/apps/app-sdks/symfony-bundle/index.md +++ b/guides/plugins/apps/app-sdks/symfony-bundle/index.md @@ -12,7 +12,7 @@ App Bundle integrates the PHP App SDK for Symfony. This can be accessed at [app- ## Installation ```bash -composer require shopware/app-bundle doctrine/orm +composer require shopware/app-bundle doctrine/orm symfony/doctrine-bridge ``` ## Quick Start @@ -26,7 +26,7 @@ composer create-project symfony/skeleton:"6.2.*" my-app ### 2. Install the App Bundle in your Symfony Project ```bash -composer require shopware/app-bundle doctrine/orm +composer require shopware/app-bundle doctrine/orm symfony/doctrine-bridge ``` It is also recommended to install the monolog bundle to have logging: