Skip to content

Commit d4770de

Browse files
committed
Update Varbase profile from 10.0.0-beta2 to 10.0.0-rc1 stable and add the composer.lock file #207
1 parent 297a7ca commit d4770de

File tree

3 files changed

+27833
-3
lines changed

3 files changed

+27833
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![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
1+
[![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
22

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

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

1111
To install the most recent stable release of **Varbase `10.0.x`** run this command:
1212
```
13-
composer create-project Vardot/varbase-project:10.0.0-beta2 PROJECT_DIR_NAME --no-dev --no-interaction
13+
composer create-project Vardot/varbase-project:10.0.0-rc1 PROJECT_DIR_NAME --no-dev --no-interaction
1414
```
1515

1616
To install the dev version of **Varbase `10.0.x`** run this command:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"drupal/core-composer-scaffold": "~10",
3232
"drupal/core-project-message": "~10",
3333
"webflo/drupal-finder": "~1.0",
34-
"vardot/varbase": "10.0.x-dev"
34+
"vardot/varbase": "~10.0.0"
3535
},
3636
"require-dev": {
3737
"drupal/core-dev": "~10",

0 commit comments

Comments
 (0)