docs: add step to update Composer packages

This commit is contained in:
kenjis 2024-08-01 10:51:29 +09:00
parent 1d3336b7cc
commit ac225bb8ee
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -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