From 5e70e52baea44ad27da6e31bbe8c54e13e3242ac Mon Sep 17 00:00:00 2001 From: drupalwxt-svc Date: Fri, 3 Nov 2023 01:32:35 +0000 Subject: [PATCH] Update to latest version of WxT 5.0.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5e59c9..7950278 100644 --- a/README.md +++ b/README.md @@ -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.0.0 +composer create-project drupalwxt/wxt-project:5.0.1 ``` > **Note**: For development you may also specify a branch using `drupalwxt/wxt-project:5.0.x-dev`. @@ -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.0.0 site-wxt +composer create-project drupalwxt/wxt-project:5.0.1 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.