Skip to content

Commit 89e78fe

Browse files
committed
Update to latest version of WxT 5.3.0
1 parent d1e7536 commit 89e78fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This distribution is open source software and free for use by departments and ex
2626
The following command is all you need to get started:
2727

2828
```sh
29-
composer create-project drupalwxt/wxt-project:5.2.3 <site-name>
29+
composer create-project drupalwxt/wxt-project:5.3.0 <site-name>
3030
```
3131

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

4040
```sh
41-
composer create-project drupalwxt/wxt-project:5.2.3 site-wxt
41+
composer create-project drupalwxt/wxt-project:5.3.0 site-wxt
4242
```
4343

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

0 commit comments

Comments
 (0)