Skip to content

Commit

Permalink
Release Varbase 10.0.0-beta2 #196
Browse files Browse the repository at this point in the history
  • Loading branch information
Natshah committed Oct 5, 2023
1 parent aff2f8c commit 8c6c985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/10.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/731/workflows/eecaae6d-2a27-4a01-bca7-2c6744069489) Varbase 10.0.0-beta1
[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/10.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/743/workflows/f1c4f049-7a48-48dd-935e-e60a49990f75) Varbase 10.0.0-beta2

[![](https://www.drupal.org/files/styles/grid-3/public/project-images/Medium-Logo%20Color%20with%20padding.png)](http://www.drupal.org/project/varbase)

Expand All @@ -10,7 +10,7 @@ Project template for [Varbase distribution](http://www.drupal.org/project/varbas

To install the most recent stable release of **Varbase `10.0.x`** run this command:
```
composer create-project Vardot/varbase-project:10.0.0-beta1 PROJECT_DIR_NAME --no-dev --no-interaction
composer create-project Vardot/varbase-project:10.0.0-beta2 PROJECT_DIR_NAME --no-dev --no-interaction
```

To install the dev version of **Varbase `10.0.x`** run this command:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"drupal/core-composer-scaffold": "~10",
"drupal/core-project-message": "~10",
"webflo/drupal-finder": "~1.0",
"vardot/varbase": "10.0.x-dev"
"vardot/varbase": "~10.0.0"
},
"require-dev": {
"drupal/core-dev": "~10",
Expand Down

0 comments on commit 8c6c985

Please sign in to comment.