From 7a61a51144bd99784a7649757cf6f93396eb1c2a Mon Sep 17 00:00:00 2001 From: Stephen Mulvihill Date: Wed, 13 Nov 2024 14:37:57 -0500 Subject: [PATCH] Update _index.en.md to reference latest supported version of drupalwxt/site-wxt --- content/docs/general/installation/_index.en.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/docs/general/installation/_index.en.md b/content/docs/general/installation/_index.en.md index 6bbaf8ab..bb24c943 100644 --- a/content/docs/general/installation/_index.en.md +++ b/content/docs/general/installation/_index.en.md @@ -41,13 +41,9 @@ As **[Drupal WxT][wxt]** is a Drupal distribution, the official guide for **[Dru Run the following commands (choosing your version) and replace site-name with the directory of your choice this is where WxT will be installed. ```sh -# Requires PHP 8.1 -composer self-update -composer create-project drupalwxt/site-wxt:10.1.x-dev --no-interaction - # Requires PHP 8.2 composer self-update -composer create-project drupalwxt/site-wxt:10.2.x-dev --no-interaction +composer create-project drupalwxt/site-wxt:10.3.x-dev --no-interaction ``` > **Note**: Normally you would pass a stable tag to the above command rather then just pulling from the development branch.