diff --git a/pages/getting-started/upgrade-guide.mdx b/pages/getting-started/upgrade-guide.mdx
index a7b93df..1f86797 100644
--- a/pages/getting-started/upgrade-guide.mdx
+++ b/pages/getting-started/upgrade-guide.mdx
@@ -5,6 +5,9 @@ Follow these steps to upgrade your Craftable PRO installation to v2:
+### Update composer.json
+Increase version number of `"brackets/craftable-pro"` in `composer.json` to ^2.0 and run `composer update` to update dependencies.
+
### Publish Migrations, Assets, and JS Stubs
Execute the following commands in your terminal to publish migrations, public assets, and JavaScript stubs required for Craftable PRO: