acquia / lightning-project

A Composer-based installer for the Lightning distribution of Drupal 8. Support ended on November 2, 2021 and this project is no longer maintained.
133 stars 60 forks source link

Support for Lightning 4.x and Drupal 8.6 #80

Closed japerry closed 4 years ago

balsama commented 6 years ago

This would make all new projects default to the unstable 4.x branch of the profile. While it's important that people can easily test that branch, we don't want to default to it until it's stable.

I'd consider creating a new branch of this project that defaults to it, but I'd prefer to just default to stable and let people override that:

$ composer create-project acquia/lightning-project MYPROJECT
$ cd MYPROJECT
$ composer require acquia/lightning:4.0.0-alpha2 --no-update
$ composer update
balsama commented 4 years ago

Lightning Project now defaults to Lightning 4.x