Skip to content

Commit 35fc8f7

Browse files
authored
Update Installation docs for latest site-wxt versions
1 parent a9a237d commit 35fc8f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ 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
44+
# Requires PHP 8.2 (Drupal 10 LTS)
4545
composer self-update
46-
composer create-project drupalwxt/site-wxt:10.1.x-dev <site-name> --no-interaction
46+
composer create-project drupalwxt/site-wxt:10.4.x-dev <site-name> --no-interaction
4747

48-
# Requires PHP 8.2
48+
# Requires PHP 8.3 (Drupal 11 - alpha release)
4949
composer self-update
50-
composer create-project drupalwxt/site-wxt:10.2.x-dev <site-name> --no-interaction
50+
composer create-project drupalwxt/site-wxt:11.1.x-dev <site-name> --no-interaction
5151
```
5252

5353
> **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)