Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 389 Bytes

update_app.md

File metadata and controls

14 lines (9 loc) · 389 Bytes

At this point, you should have a composer.json file with the correct requirements and you can update dependencies.

If you want to first test how the update proceeds without actually updating any packages, you can try the command with the --dry-run switch:

composer update --dry-run

Then, run composer update to update the dependencies.

composer update