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

Installing the dev version lightening #30

Open sinasalek opened 7 years ago

sinasalek commented 7 years ago

The dev version of lightening support drupal 8.3 which i need for migration. How do i install it using composer?

balsama commented 7 years ago
composer require acquia/lightning:dev-8.x-2.x

Or wait until we tag 2.1.0 later today (5 April)

sinasalek commented 7 years ago

Didn't work, here is the error

acquia/lightning dev-8.x-2.x requires drupal/embed ^1.0 -> no matching package found.

BTW shouldn't it be used like this? also didn't work

composer create-project acquia/lightning-project:dev-8.x-2.x . --no-interaction
balsama commented 7 years ago

Sounds like you're missing the scaffold project which defines the D.O packagist. That's why composer couldn't find drupal/embed.

And no, lightning-project (the scaffold) doesn't have a 8.x-2.x branch so your second command should not work.

Were you able to get this working?