From ea43b4b3f73835371c334ff59f473d1246ef0d45 Mon Sep 17 00:00:00 2001 From: drupalwxt-svc Date: Mon, 15 Apr 2024 02:01:58 +0000 Subject: [PATCH] Update to latest version of WxT 5.2.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c5bd4a..7755d14 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.2.1 +composer create-project drupalwxt/wxt-project:5.2.2 ``` > **Note**: For development you may also specify a branch using `drupalwxt/wxt-project:5.2.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.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.