From ac225bb8ee1b74a9dcf48a03ee7eaeefed02df77 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 1 Aug 2024 10:51:29 +0900 Subject: [PATCH] docs: add step to update Composer packages --- contributing/workflow.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contributing/workflow.md b/contributing/workflow.md index 30dfc80492..a294cc9e48 100644 --- a/contributing/workflow.md +++ b/contributing/workflow.md @@ -354,6 +354,13 @@ You might get conflicts when you rebase. It is your responsibility to resolve those locally, so that you can continue collaborating with the shared repository. +Occasionally, the Composer packages for development may be updated. Run the +following command to use the latest packages: + +```console +composer update +``` + And finally push your local branch to your GitHub repository: ```console