The `bin` directory can be changed: https://getcomposer.org/doc/articles/vendor-binaries.md#can-vendor-binaries-be-installed-somewhere-other-than-vendor-bin- So that can break: https://github.com/fourkitchens/fire/blob/2.x/src/Robo/Plugin/Commands/FireCommandBase.php#L95-L101 But it seems that as of 2.2.2 they help to tell us where it is: https://getcomposer.org/doc/articles/vendor-binaries.md#finding-the-composer-bin-dir-from-a-binary
The
bindirectory can be changed: https://getcomposer.org/doc/articles/vendor-binaries.md#can-vendor-binaries-be-installed-somewhere-other-than-vendor-bin-So that can break:
https://github.com/fourkitchens/fire/blob/2.x/src/Robo/Plugin/Commands/FireCommandBase.php#L95-L101
But it seems that as of 2.2.2 they help to tell us where it is:
https://getcomposer.org/doc/articles/vendor-binaries.md#finding-the-composer-bin-dir-from-a-binary