composer-bin-plugin icon indicating copy to clipboard operation
composer-bin-plugin copied to clipboard

No conflicts for your bin dependencies

Results 8 composer-bin-plugin issues
Sort by recently updated
recently updated
newest added

Executing `composer bin all install` with Composer 2.2 fails as due to f0b48b5b4fbc13a49bc0d462ec518e27c1ed4ba8 and other changes. ``` PHP Fatal error: Uncaught Error: Undefined class constant 'SUCCESS' in /tmp/tmp.iXBtOtyjej/vendor/bamarni/composer-bin-plugin/src/Command/BinCommand.php:161 Stack trace:...

noticed while reading README and looking at the latest release. There is nothing exciting here!

Hello, is it possible to reliably detect from inside a library that it was installed in a special way through this plugin and not as a normal require-dev dependency? Thank...

enhancement
help wanted

Maybe a bit of branding at some point could make the project a bit more attractive, dunno :) I've come across https://github.com/lerna/lerna, it's very similar, might be worth trying to...

help wanted

(I hope someone has a better title) The plugin is installed as a dev dependency (in "require-dev") and has "@composer bin all install" as a "post-install-cmd" setup. Installing no-dev ("composer...

question

Currently if you run a binary from a "bin", and it uses [Composer's `InstalledVersions` API](https://getcomposer.org/doc/07-runtime.md#installed-versions), it will report packages from the main project's directory `composer.json`, instead of bin's. This behavior...

This is a proof of concept and open to feedback or closing if not desired. The change enables the user to configure which Composer commands are forwarded, allowing the user...

Hi there Thank you very much for this wonderful composer plugin, very happy with it so far! I've noticed with the `forward-command` config, that only `composer install` and `composer update`...

enhancement