Skip to content

Commit f84b42b

Browse files
committed
Update Varbase profile from 10.1.0-beta1 to 10.1.0-rc1 and add the composer.lock file #314
1 parent 7e6e102 commit f84b42b

3 files changed

Lines changed: 27573 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/10.1.x.svg)](https://app.circleci.com/pipelines/github/Vardot/varbase/1210/workflows/3a82c1f3-f15d-4be5-8910-eb559d7e852c) [![Ceasefire Now](https://badge.techforpalestine.org/ceasefire-now)](https://techforpalestine.org/learn-more) Varbase 10.1.0-beta1
1+
[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/10.1.x.svg)](https://app.circleci.com/pipelines/github/Vardot/varbase/1222/workflows/c28a6034-c759-4e49-96a4-ac7c26d09296) **Varbase 10.1.0-rc1**
2+
3+
[![Ceasefire Now](https://badge.techforpalestine.org/ceasefire-now)](https://techforpalestine.org/learn-more)
24

35
[![](https://www.drupal.org/files/project-images/varbase-medium-logo-color-with-padding.png)](https://www.drupal.org/project/varbase)
46

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

1416
To install the most recent stable release of **Varbase `10.1.x`** run this command:
1517
```
16-
composer create-project Vardot/varbase-project:10.1.0-beta1 PROJECT_DIR_NAME --no-dev --no-interaction
18+
composer create-project Vardot/varbase-project:10.1.0-rc1 PROJECT_DIR_NAME --no-dev --no-interaction
1719
```
1820

1921
To install the dev version of **Varbase `10.1.x`** run this command:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Project template for Varbase distribution.",
44
"type": "project",
55
"license": "GPL-2.0-or-later",
6-
"version": "10.1.x-dev",
6+
"version": "10.1.0-rc1",
77
"homepage": "https://www.drupal.org/project/varbase",
88
"authors": [
99
{
@@ -28,7 +28,7 @@
2828
"drupal/core-project-message": "~11",
2929
"cweagans/composer-patches": "~1",
3030
"webflo/drupal-finder": "~1.0",
31-
"vardot/varbase": "10.1.x-dev",
31+
"vardot/varbase": "~10.1.0",
3232
"drush/drush": "~13"
3333
},
3434
"config": {

0 commit comments

Comments
 (0)