Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Installing the dev version lightening #30

Open
sinasalek opened this issue Apr 5, 2017 · 3 comments
Open

Installing the dev version lightening #30

sinasalek opened this issue Apr 5, 2017 · 3 comments

Comments

@sinasalek
Copy link

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

@balsama
Copy link
Contributor

balsama commented Apr 5, 2017

composer require acquia/lightning:dev-8.x-2.x

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

@sinasalek
Copy link
Author

sinasalek commented Apr 5, 2017

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
Copy link
Contributor

balsama commented Aug 11, 2017

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants