From 07718182e12447789ba4e9396aa5a416388641a0 Mon Sep 17 00:00:00 2001 From: "Bekerle, Patrizio" <patrizio.bekerle@tugraz.at> Date: Tue, 6 Apr 2021 11:32:06 +0000 Subject: [PATCH] Add `composer update` documentation --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25ca028..fd299af 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,13 @@ DBP\API\CoreBundle\DbpCoreBundle::class => ['all' => true], * Install dependencies: `composer install` * Run tests: `composer test` * Run linters: `composer run lint` -* Run cs-fixer: `composer run cs-fix` \ No newline at end of file +* Run cs-fixer: `composer run cs-fix` + +## Bundle dependencies + +Don't forget you need to pull down your dependencies in your main application if you are installing packages in a bundle. + +```bash +# installs dependencies from dbp/api-your-bundle +composer update dbp/api-your-bundle +``` -- GitLab