Skip to content

Commit 078d4c1

Browse files
authored
Merge pull request #9094 from kenjis/update-workflow.md
docs: update contributing/workflow.md
2 parents fe3f489 + ac225bb commit 078d4c1

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)