Daniel Johnson

Results 3 comments of Daniel Johnson

@atarim-info I found I had to do the following little three-step dance: 1. rm composer.lock 2. composer update --no-plugins 3. composer update

@atarim-info : The following `composer.json` file works for me: ``` { "require": { "drush/drush": "^8.0", "drupal/console-extend-plugin": "dev-master" }, "repositories": [ { "type": "vcs", "url": "https://github.com/ossobuffo/drupal-console-extend-plugin.git" } ] } ``` I...

@ryanuber: Any progress on this? Just got bitten by this today.