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

composer create-project fails #74

Closed TechN8 closed 6 years ago

TechN8 commented 6 years ago

Trying to install using the instructions and I'm running into a dependency conflict.

OS: Mac OS X PHP: 7.1.16 Composer: version 1.6.4 2018-04-13 12:04:24

~/Sites/devdesktop > composer create-project acquia/lightning-project my_project
Installing acquia/lightning-project (8.5.0)
  - Installing acquia/lightning-project (8.5.0): Downloading (100%)         
Created project in my_project
Loading composer repositories with package information
Updating dependencies (including require-dev)                          
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for acquia/lightning_dev dev-8.x-1.x -> satisfiable by acquia/lightning_dev[dev-8.x-1.x].
    - acquia/lightning_dev dev-8.x-1.x requires drupal/console ^1.8 -> satisfiable by drupal/console[1.8.0] but these conflict with your requirements or minimum-stability.
dafeder commented 6 years ago

Same. Ubuntu 17.04, composer 1.5.1, PHP 7.1.15

balsama commented 6 years ago

Hi. Lightning Project no longer requires Drupal Console directly. The latest tag should fix the issue.

Can you confirm?

TechN8 commented 6 years ago

Confirmed. It works now with 8.5.1. Thanks!