You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/development/composer/_index.en.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,9 @@ Composer will create `composer.lock` file, which is a list of dependencies that
86
86
87
87
Please **don't add `drupal/core` to your project's composer.json** since WxT manages Drupal Core for you along with the series of patches on top of it.
88
88
89
-
WxT's minor versions will always correspond to Drupal Core's. For example, `drupalwxt/wxt:~4.4.x` will require Drupal Core 9.4.x and `drupalwxt/wxt:~4.3.x` required Drupal Core 9.3.x.
89
+
WxT's minor versions will always correspond to Drupal Core's. For example, `drupalwxt/wxt:~4.5.x` will require Drupal Core 9.5.x and `drupalwxt/wxt:~4.4.x` required Drupal Core 9.4.x.
90
90
91
-
When you need to update Drupal Core as an example from 9.3.x to 9.4.x, all you would do is change your requirement for `drupalwxt/wxt` in your `composer.json` file:
91
+
When you need to update Drupal Core as an example from 9.4.x to 9.5.x, all you would do is change your requirement for `drupalwxt/wxt` in your `composer.json` file:
92
92
93
93
```
94
94
composer require --no-update drupalwxt/wxt:~4.4.0
@@ -99,6 +99,7 @@ composer update
99
99
100
100
|`drupalwxt/wxt` version | Drupal Core version | Drush version |
Copy file name to clipboardExpand all lines: content/en/docs/development/release-process/_index.en.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ WxT releases are numbered using a form of semantic versioning. More information
22
22
23
23
`MAJOR.FEATURE.SPRINT`
24
24
25
-
In general, when preparing a release: increment the FEATURE when Drupal Core has a major release (ie. 9.3.x to 9.4.x) otherwise simply increment the SPRINT number.
25
+
In general, when preparing a release: increment the FEATURE when Drupal Core has a major release (ie. 9.4.x to 9.5.x) otherwise simply increment the SPRINT number.
0 commit comments