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
> **Note**: Remember to keep the `composer.json` and `composer.lock` files that exist above `docroot` in source control as they are controlling your dependencies.
@@ -86,22 +86,22 @@ 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.2.0` will require Drupal Core 9.2.x and `drupalwxt/wxt:~4.1.0` will require Drupal Core 9.1.x.
89
+
WxT's minor versions will always correspond to Drupal Core's. For example, `drupalwxt/wxt:~4.2.x` will require Drupal Core 9.2.x and `drupalwxt/wxt:~4.1.x` required Drupal Core 9.1.x.
90
90
91
91
When you need to update Drupal Core as an example from 9.1.x to 9.2.x, all you would do is change your requirement for `drupalwxt/wxt` in your `composer.json` file:
92
92
93
93
```
94
-
composer require --no-update drupalwxt/wxt:~4.2.0
94
+
composer require --no-update drupalwxt/wxt:~4.2.2
95
95
composer update
96
96
```
97
97
98
98
### Compatibility table
99
99
100
100
|`drupalwxt/wxt` version | Drupal Core version | Drush version |
0 commit comments