Skip to content

Commit 75659d4

Browse files
committed
Generate and add the composer.lock file for Varbase 10.1.0-alpha1 #285
1 parent b9b1fde commit 75659d4

File tree

3 files changed

+26000
-13
lines changed

3 files changed

+26000
-13
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ Project template for [Varbase distribution](http://www.drupal.org/project/varbas
77

88
## Create a Varbase project with [Composer](https://getcomposer.org/download/):
99

10+
# Install with Composer
11+
12+
13+
To install the most recent stable release of **Varbase `10.1.x`** run this command:
14+
```
15+
composer create-project Vardot/varbase-project:10.1.0-alpha1 PROJECT_DIR_NAME --no-dev --no-interaction
16+
```
17+
1018
To install the dev version of **Varbase `10.1.x`** run this command:
1119
```
1220
composer create-project vardot/varbase-project:10.1.x-dev PROJECT_DIR_NAME --stability dev --no-interaction
@@ -26,16 +34,6 @@ composer create-project vardot/varbase-project:10.1.x-dev PROJECT_DIR_NAME --sta
2634

2735
## [General instructions on how to update Varbase](https://github.com/Vardot/varbase/blob/10.1.x/UPDATE.md)
2836

29-
## [Local development with Lando](https://docs.varbase.vardot.com/v/10.1.x/developers/installing-varbase/installing-varbase-with-lando)
30-
31-
1. Install Lando locally, steps for installing can be found [here](https://docs.lando.dev/basics/installation.html).
32-
2. Run `lando start`.
33-
34-
## Debugging using Lando
35-
36-
- xDebug is enabled on Lando by default for PHP debugging.
37-
- The debugger is set to listen for the port 9003 but can be changed in `.lando/.php.ini`
38-
3937
## [Local development with DDEV](https://docs.varbase.vardot.com/v/10.1.x/developers/installing-varbase/installing-varbase-with-ddev)
4038

4139
1. Install DDEV locally, steps for installing can be found [here](https://ddev.readthedocs.io/en/stable/).

composer.json

Lines changed: 3 additions & 3 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-alpha1",
77
"homepage": "https://www.drupal.org/project/varbase",
88
"authors": [
99
{
@@ -32,8 +32,8 @@
3232
"drupal/core-project-message": "~11",
3333
"cweagans/composer-patches": "~1",
3434
"webflo/drupal-finder": "~1.0",
35-
"vardot/varbase": "10.1.x-dev",
36-
"vardot/varbase-patches": "10.1.x-dev",
35+
"vardot/varbase": "~10.1.0",
36+
"vardot/varbase-patches": "~10.1.0",
3737
"drush/drush": "~13"
3838
},
3939
"config": {

0 commit comments

Comments
 (0)