Skip to content

Commit

Permalink
Update Varbase profile from 10.0.0-beta2 to 10.0.0-rc1 stable and add…
Browse files Browse the repository at this point in the history
… the composer.lock file #207
  • Loading branch information
Natshah committed Dec 10, 2023
1 parent 297a7ca commit d4770de
Show file tree
Hide file tree
Showing 3 changed files with 27,833 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/743/workflows/f1c4f049-7a48-48dd-935e-e60a49990f75) Varbase 10.0.0-beta2
[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/10.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/815/workflows/2002001c-2e3a-44d8-bf56-39ec1ce8f38a) Varbase 10.0.0-rc1

[![](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-beta2 PROJECT_DIR_NAME --no-dev --no-interaction
composer create-project Vardot/varbase-project:10.0.0-rc1 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
Loading

0 comments on commit d4770de

Please sign in to comment.