Skip to content
Snippets Groups Projects
Commit 07718182 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add `composer update` documentation

parent 35fa764d
No related branches found
No related tags found
No related merge requests found
Pipeline #105646 passed
...@@ -54,4 +54,13 @@ DBP\API\CoreBundle\DbpCoreBundle::class => ['all' => true], ...@@ -54,4 +54,13 @@ DBP\API\CoreBundle\DbpCoreBundle::class => ['all' => true],
* Install dependencies: `composer install` * Install dependencies: `composer install`
* Run tests: `composer test` * Run tests: `composer test`
* Run linters: `composer run lint` * Run linters: `composer run lint`
* Run cs-fixer: `composer run cs-fix` * Run cs-fixer: `composer run cs-fix`
\ No newline at end of file
## 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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment