Skip to content

Commit ac225bb

Browse files
committed
docs: add step to update Composer packages
1 parent 1d3336b commit ac225bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

contributing/workflow.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,13 @@ You might get conflicts when you rebase. It is your
354354
responsibility to resolve those locally, so that you can continue
355355
collaborating with the shared repository.
356356

357+
Occasionally, the Composer packages for development may be updated. Run the
358+
following command to use the latest packages:
359+
360+
```console
361+
composer update
362+
```
363+
357364
And finally push your local branch to your GitHub repository:
358365

359366
```console

0 commit comments

Comments
 (0)