Skip to content

Commit

Permalink
Update to latest version of WxT 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
drupalwxt-svc committed Aug 14, 2023
1 parent 2c39c2d commit 4fb52f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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:4.5.3 <site-name>
composer create-project drupalwxt/wxt-project:4.5.4 <site-name>
```

> **Note**: For development you may also specify a branch using `drupalwxt/wxt-project:4.5.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:4.5.3 site-wxt
composer create-project drupalwxt/wxt-project:4.5.4 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require": {
"cweagans/composer-patches": "^1.6.0",
"drupal/core-composer-scaffold": "^9",
"drupalwxt/wxt": "4.5.3",
"drupalwxt/wxt": "4.5.4",
"drush/drush": ">=9.7",
"oomphinc/composer-installers-extender": "^1.1 || ^2"
},
Expand Down

0 comments on commit 4fb52f7

Please sign in to comment.