Skip to content

Commit

Permalink
feat(release): Release of 10.1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Dec 18, 2023
1 parent c60ceeb commit 5eb0e98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ 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:5.0.0-rc1 <site-name>
composer create-project drupalwxt/wxt-project:5.1.0 <site-name>
```

> **Note**: For development you may also specify a branch using `drupalwxt/wxt-project:5.0.x-dev`.
> **Note**: For development you may also specify a branch using `drupalwxt/wxt-project:5.1.x-dev`.
You can see a working example of a fully generated Composer Project Template over at:

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:5.0.0-rc1 site-wxt
composer create-project drupalwxt/wxt-project:5.1.0 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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"require": {
"cweagans/composer-patches": "^1.6.0",
"drupal/core-composer-scaffold": "^10.0",
"drupalwxt/wxt": "5.0.x-dev"
"drupalwxt/wxt": "5.1.x-dev"
},
"require-dev": {
"drupal/core-dev": "^10.0",
"drupal/core-dev": "^10.1",
"drupal/drupal-extension": "5.0.0-alpha1",
"drush/drush": ">=12.1.0",
"oomphinc/composer-installers-extender": "^1.1 || ^2",
Expand Down

0 comments on commit 5eb0e98

Please sign in to comment.