From d6b633e451932f55611f362bf460e2f5588d2220 Mon Sep 17 00:00:00 2001 From: Mark Wolff Date: Thu, 20 Aug 2026 17:37:35 +0200 Subject: [PATCH] Change install command to require for upgrade --- docs/6.x/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/6.x/upgrade.md b/docs/6.x/upgrade.md index 432da23aa..894cdde69 100644 --- a/docs/6.x/upgrade.md +++ b/docs/6.x/upgrade.md @@ -55,7 +55,7 @@ Laravel makes it possible to directly configure mailers, loggers, filesystems, a 1. Install the upgrade tool: ```bash - composer global install craftcms/craft6-revamp + composer global require craftcms/craft6-revamp ``` The tool will examine your project structure and will warn you if it’s unable to safely make changes.