Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Sep 18, 2024
1 parent 8442372 commit 56497eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/plugins/apps/app-sdks/symfony-bundle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 56497eb

Please sign in to comment.