Skip to content

Commit

Permalink
Update to latest version of WxT 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drupalwxt-svc committed Apr 15, 2024
1 parent 3adc450 commit ea43b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This distribution is open source software and free for use by departments and ex
The following command is all you need to get started:

```sh
composer create-project drupalwxt/wxt-project:5.2.1 <site-name>
composer create-project drupalwxt/wxt-project:5.2.2 <site-name>
```

> **Note**: For development you may also specify a branch using `drupalwxt/wxt-project:5.2.x-dev`.
Expand All @@ -38,7 +38,7 @@ You can see a working example of a fully generated Composer Project Template ove
Where the following is the command that was used for the initial generation:

```sh
composer create-project drupalwxt/wxt-project:5.2.1 site-wxt
composer create-project drupalwxt/wxt-project:5.2.2 site-wxt
```

> **Note**: Remember to keep the `composer.json` and `composer.lock` files that exist above `docroot` in source control as they are controlling your dependencies.
Expand Down

0 comments on commit ea43b4b

Please sign in to comment.