Skip to content

Commit a729085

Browse files
committed
feat(wxt): Switch to 5.4.x
1 parent 89e78fe commit a729085

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ 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.3.0 <site-name>
29+
composer create-project drupalwxt/wxt-project:5.4.0 <site-name>
3030
```
3131

32-
> **Note**: For development you may also specify a branch using `drupalwxt/wxt-project:5.3.x-dev`.
32+
> **Note**: For development you may also specify a branch using `drupalwxt/wxt-project:5.4.x-dev`.
3333
3434
You can see a working example of a fully generated Composer Project Template over at:
3535

@@ -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.3.0 site-wxt
41+
composer create-project drupalwxt/wxt-project:5.4.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.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"require": {
99
"composer/installers": "^2.1",
1010
"cweagans/composer-patches": "^1.7",
11-
"drupal/core-composer-scaffold": "^10.3",
12-
"drupalwxt/wxt": "5.3.x-dev"
11+
"drupal/core-composer-scaffold": "10.4.x",
12+
"drupalwxt/wxt": "5.4.x-dev"
1313
},
1414
"require-dev": {
15-
"drupal/core-dev": "^10.3",
15+
"drupal/core-dev": "10.4.x",
1616
"drupal/drupal-extension": "5.0.0-alpha1",
1717
"drush/drush": "^12.4.3",
1818
"oomphinc/composer-installers-extender": "^1.1 || ^2",

0 commit comments

Comments
 (0)