Skip to content

Commit 7a61a51

Browse files
authored
Update _index.en.md to reference latest supported version of drupalwxt/site-wxt
1 parent a9a237d commit 7a61a51

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/docs/general/installation/_index.en.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,9 @@ As **[Drupal WxT][wxt]** is a Drupal distribution, the official guide for **[Dru
4141
Run the following commands (choosing your version) and replace site-name with the directory of your choice this is where WxT will be installed.
4242

4343
```sh
44-
# Requires PHP 8.1
45-
composer self-update
46-
composer create-project drupalwxt/site-wxt:10.1.x-dev <site-name> --no-interaction
47-
4844
# Requires PHP 8.2
4945
composer self-update
50-
composer create-project drupalwxt/site-wxt:10.2.x-dev <site-name> --no-interaction
46+
composer create-project drupalwxt/site-wxt:10.3.x-dev <site-name> --no-interaction
5147
```
5248

5349
> **Note**: Normally you would pass a stable tag to the above command rather then just pulling from the development branch.

0 commit comments

Comments
 (0)