Skip to content

Commit

Permalink
Update Varbase profile from 9.0.16 to 9.0.17 stable and add the compo…
Browse files Browse the repository at this point in the history
…ser.lock file #205
  • Loading branch information
Natshah committed Dec 9, 2023
1 parent 490b600 commit f8e0077
Show file tree
Hide file tree
Showing 3 changed files with 27,460 additions and 5 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/763/workflows/6c407254-aafc-4bc4-9583-99a402960b75) Varbase 9.0.16
[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/9.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/807/workflows/97595ba6-aff9-4e92-8d99-b0d866794f86) Varbase 9.0.17

[![](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.0 PROJECT_DIR_NAME --no-dev --no-interaction
composer create-project Vardot/varbase-project:~9 PROJECT_DIR_NAME --no-dev --no-interaction
```

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

0 comments on commit f8e0077

Please sign in to comment.