Skip to content

Commit 7caa0f1

Browse files
committed
Update to latest version of WxT 4.5.2
1 parent d9fbc0d commit 7caa0f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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:4.5.1 <site-name>
29+
composer create-project drupalwxt/wxt-project:4.5.2 <site-name>
3030
```
3131

3232
> **Note**: For development you may also specify a branch using `drupalwxt/wxt-project:4.5.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:4.5.1 site-wxt
41+
composer create-project drupalwxt/wxt-project:4.5.2 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.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require": {
99
"cweagans/composer-patches": "^1.6.0",
1010
"drupal/core-composer-scaffold": "^9",
11-
"drupalwxt/wxt": "4.5.1",
11+
"drupalwxt/wxt": "4.5.2",
1212
"drush/drush": ">=9.7",
1313
"oomphinc/composer-installers-extender": "^1.1 || ^2"
1414
},

0 commit comments

Comments
 (0)