Problem/Motivation

Hello, it's been a while since I don't work with the WxT project but I wanted to revisit this again for a potential client, I'm seeing that the latest stable release is 5.4.0 for Drupal Core 10.4, I tried to go to the official installation page to get the DEV release, but I still see some old information:

# Requires PHP 8.1
composer self-update
composer create-project drupalwxt/site-wxt:10.1.x-dev <site-name> --no-interaction

# Requires PHP 8.2
composer self-update
composer create-project drupalwxt/site-wxt:10.2.x-dev <site-name> --no-interaction

Do I need to run this to get the latest 5.4.x-dev release? It looks like it is.

composer create-project drupalwxt/site-wxt:10.4.x-dev wxt104 --no-interaction

I run that command indeed I was able to get 5.4.x-dev but it would have nice to have it

I guess it's the same if you want to get the latest 5.3.x-dev release:

composer create-project drupalwxt/site-wxt:10.3.x-dev wxt103 --no-interaction

I know it's not a big deal, but it would have been nice to have this information handy, same for installing the official releases (https://www.drupal.org/project/wxt/releases/5.4.0)

User interface changes

None

API changes

None

Data model changes

None

Comments

web247 created an issue. See original summary.

web247’s picture

Issue summary: View changes
web247’s picture

Issue summary: View changes
web247’s picture

Issue summary: View changes
smulvih2’s picture

Status: Active » Needs review

PR created to update documentation as per your request. I will need @sylus to merge this since I don't have perms to this repo - https://github.com/drupalwxt/drupalwxt.github.io/pull/6

joseph.olstad’s picture

Status: Needs review » Reviewed & tested by the community

Looks good, just need a merge upstream from @sylus :)

joseph.olstad’s picture

Assigned: Unassigned » sylus
web247’s picture

Cool ! don't forget the credits please :)

joseph.olstad’s picture

adding credit to everyone here

joseph.olstad’s picture

Adding credit to @sylus, please merge the documentation update here: https://github.com/drupalwxt/drupalwxt.github.io/pull/6

joseph.olstad’s picture

Version: 5.4.x-dev » 6.1.x-dev
Category: Bug report » Task

Adding credit to @sylus, please merge the documentation update here: https://github.com/drupalwxt/drupalwxt.github.io/pull/6

smulvih2’s picture

Status: Reviewed & tested by the community » Fixed

Ok I now have permissions and completed the merge. I can confirm the documentation has been updated. Thanks everyone!!!

joseph.olstad’s picture

Assigned: sylus » Unassigned

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.