hechoendrupal / drupal-console-extend-plugin

Drupal Console Extend Composer Plugin
131 stars 31 forks source link

0.5.0 causes error during install #9

Closed pwolanin closed 7 years ago

pwolanin commented 7 years ago

Our CI builds that run composer install are failing when pulling in the 0.5.0 release

PHP Warning:  Uncaught ErrorException: require_once(ExtenderManager.php): failed to open stream: No such file or directory in phar:///usr/local/bin/composer/src/Composer/Plugin/PluginManager.php(195) : eval()'d code:16
pwolanin commented 7 years ago

Looks to be duplicate to https://github.com/hechoendrupal/drupal-console-extend-plugin/pull/8

jmolivas commented 7 years ago

@pwolanin PR #8 and new release tagged https://github.com/hechoendrupal/drupal-console-extend-plugin/releases/tag/0.6.0

pwolanin commented 7 years ago

Thanks