Skip to content

Commit

Permalink
Update Varbase profile from 10.0.0-rc2 to 10.0.0-rc3 stable and add t…
Browse files Browse the repository at this point in the history
…he composer.lock file #234
  • Loading branch information
Natshah committed May 19, 2024
1 parent 407d857 commit 3424d4f
Show file tree
Hide file tree
Showing 6 changed files with 30,826 additions and 1,459 deletions.
2 changes: 1 addition & 1 deletion .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: varbase
recipe: drupal10
config:
webroot: docroot
php: '8.2'
php: '8.3'
drush: ^12
services:
appserver:
Expand Down
2 changes: 1 addition & 1 deletion .lando/.php.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[PHP]
extension=yaml.so
max_execution_time=180
max_execution_time=1200

; Xdebug
xdebug.max_nesting_level = 256
Expand Down
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/875/workflows/7d369f2a-c3e5-498b-8fb1-d792ccd8e25a) [![Ceasefire Now](https://badge.techforpalestine.org/ceasefire-now)](https://techforpalestine.org/learn-more) Varbase 10.0.0-rc2
[![Vardot](https://circleci.com/gh/Vardot/varbase/tree/10.0.x.svg?style=shield)](https://app.circleci.com/pipelines/github/Vardot/varbase/908/workflows/f42d2217-02e3-402c-98ec-2cf729a93a49) [![Ceasefire Now](https://badge.techforpalestine.org/ceasefire-now)](https://techforpalestine.org/learn-more) Varbase 10.0.0-rc3

[![](https://www.drupal.org/files/project-images/varbase-medium-logo-color-with-padding.png)](https://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-rc2 PROJECT_DIR_NAME --no-dev --no-interaction
composer create-project Vardot/varbase-project:10.0.0-rc3 PROJECT_DIR_NAME --no-dev --no-interaction
```

To install the dev version of **Varbase `10.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 @@ -32,8 +32,8 @@
"drupal/core-project-message": "~10",
"cweagans/composer-patches": "~1",
"webflo/drupal-finder": "~1.0",
"vardot/varbase": "10.0.x-dev",
"vardot/varbase-patches": "10.0.x-dev"
"vardot/varbase": "~10",
"vardot/varbase-patches": "~10"
},
"require-dev": {
"drupal/core-dev": "~10",
Expand Down
Loading

0 comments on commit 3424d4f

Please sign in to comment.