composer-bash-completion-plugin
composer-bash-completion-plugin copied to clipboard
A hacky composer plugin to add bash completion without changing Composer code
It seems to be better than no completion result.
To get list of custom scripts: `composer run-script -l` Or some `php -r 'var_dump(array_keys(json_decode(file_get_contents("composer.json"), true)["scripts"]));'`
Hey Stephen, first of all ... let me thank you for that awesome plugin. The idea of fetching valid suggestions from the available `*Command`s and `InputOption`s is brilliant and logical....
Bumps [composer/composer](https://github.com/composer/composer) from 1.10.1 to 1.10.27. Release notes Sourced from composer/composer's releases. 1.10.27 ! Reminder: if you are still using Composer 1.x, please upgrade. See https://blog.packagist.com/deprecating-composer-1-support/ Changelog: Security: Fixed possible...