Closed clauded closed 6 years ago
It works beautifully for me; what version of Composer are you using? It might be out of date.
The version that comes with Ubuntu 16.04:
Composer version @package_branch_alias_version@ (1.0.0-beta2) 2016-03-27 16:00:34
Ah, OK. That's very out of date; the current version of Composer is something like 1.6.x. It's quite possible that the github driver was introduced after 1.0.0, so I suggest updating to the latest version of Composer and trying again.
Ok. Got it working by removing the one from the distribution and installing manually a recent version. For reference if someone else encounter the error:
sudo apt remove composer
sudo apt install -y git unzip curl php-mbstring php-cli
curl -sS https://getcomposer.org/installer -o composer-setup.php
sudo php composer-setup.php --install-dir=/usr/bin --filename=composer
Thanks for the help.
You're quite welcome. Glad you got it working :)
Related: #68
I'm trying to install Drupal/lightning with composer but I get the following error:
In composer.json, the dev repo is of type "github":