Skip to content

Commit

Permalink
Update Varbase profile from 9.0.3 to 9.0.4 stable and add the compose…
Browse files Browse the repository at this point in the history
…r.lock file #129
  • Loading branch information
Natshah committed Jan 12, 2022
1 parent 0f90757 commit 385ad7c
Show file tree
Hide file tree
Showing 3 changed files with 25,832 additions and 4 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/9.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/403/workflows/867137b5-171a-4fd7-a204-94e7ac3e50a6) Varbase 9.0.3
[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/9.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/447/workflows/ee26b04e-faa2-4641-beeb-baf0d6f5076d) Varbase 9.0.4

[![](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 9.0.x run this command:
```
composer create-project Vardot/varbase-project:~9 PROJECT_DIR_NAME --no-dev --no-interaction
composer create-project Vardot/varbase-project:~9.0.0 PROJECT_DIR_NAME --no-dev --no-interaction
```

To install the dev version of Varbase 9.0.x run this command:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"cweagans/composer-patches": "~1.0",
"drupal/core-composer-scaffold": "^9",
"drupal/core-project-message": "^9",
"vardot/varbase": "9.0.x-dev",
"vardot/varbase-updater": "2.x-dev"
"vardot/varbase": "~9.0.0",
"vardot/varbase-updater": "~2.0"
},
"require-dev": {
"drupal/core-dev": "~9.0",
Expand Down
Loading

0 comments on commit 385ad7c

Please sign in to comment.