File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ This distribution is open source software and free for use by departments and ex
26
26
The following command is all you need to get started:
27
27
28
28
``` 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>
30
30
```
31
31
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 ` .
33
33
34
34
You can see a working example of a fully generated Composer Project Template over at:
35
35
@@ -38,7 +38,7 @@ You can see a working example of a fully generated Composer Project Template ove
38
38
Where the following is the command that was used for the initial generation:
39
39
40
40
``` 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
42
42
```
43
43
44
44
> ** Note** : Remember to keep the ` composer.json ` and ` composer.lock ` files that exist above ` docroot ` in source control as they are controlling your dependencies.
Original file line number Diff line number Diff line change 8
8
"require" : {
9
9
"composer/installers" : " ^2.1" ,
10
10
"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"
13
13
},
14
14
"require-dev" : {
15
- "drupal/core-dev" : " ^ 10.3 " ,
15
+ "drupal/core-dev" : " 10.4.x " ,
16
16
"drupal/drupal-extension" : " 5.0.0-alpha1" ,
17
17
"drush/drush" : " ^12.4.3" ,
18
18
"oomphinc/composer-installers-extender" : " ^1.1 || ^2" ,
You can’t perform that action at this time.
0 commit comments