stecman / composer-bash-completion-plugin

A hacky composer plugin to add bash completion without changing Composer code
79 stars 8 forks source link

Conflict with symfony/console 3.2 #9

Closed przepompownia closed 7 years ago

przepompownia commented 7 years ago

Please try, for example,

composer global require stecman/composer-bash-completion-plugin dev-master
composer global require ovr/phpsa
stecman commented 7 years ago

Thanks @przepompownia :+1:

Note you'll need to update your hook from the readme for this to work with the updated version of the completion library.

przepompownia commented 7 years ago

The new _composercomplete seems to work without any probelm. 👍