diff --git a/README.md b/README.md index 3fa56064e..bb9b2fb94 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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: diff --git a/composer.json b/composer.json index 85e679b10..011aece62 100644 --- a/composer.json +++ b/composer.json @@ -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",