Skip to content

Commit

Permalink
Release VDO 9.0.0-alpha3 and add the composer.lock file #28
Browse files Browse the repository at this point in the history
  • Loading branch information
Natshah committed Nov 24, 2020
1 parent c3dd2a5 commit c3c679b
Show file tree
Hide file tree
Showing 3 changed files with 10,064 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# VDO Project
[![Build Status](https://travis-ci.org/webship/vdo.svg?branch=9.0.0-alpha2)](https://travis-ci.com/github/webship/vdo/builds/203356106) VDO 9.0.0-alpha2
[![Build Status](https://travis-ci.org/webship/vdo.svg?branch=9.0.0-alpha3)](https://travis-ci.com/github/webship/vdo/builds/203694978) VDO 9.0.0-alpha3

The Visual Distribution Operator (VDO) management system helps
distribution maintainers manage the base code and logic
Expand All @@ -21,7 +21,7 @@ for your setup.

To install the most recent stable release of VDO 9.0.x run this command:
```
composer create-project webship/vdo-project:^9.0.0-alpha2 /var/www/html --no-dev --no-interaction
composer create-project webship/vdo-project:^9.0.0-alpha3 /var/www/html --no-dev --no-interaction
```

To install the dev version of VDO 9.0.x run this command:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"drupal/core-composer-scaffold": "~9.0",
"drupal/core-project-message": "~9.0",
"cweagans/composer-patches": "~1.0",
"webship/vdo": "9.0.x-dev"
"webship/vdo": "~9.0"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
Loading

0 comments on commit c3c679b

Please sign in to comment.