2017-01-11
Last month I learned this little trick for Composer. If you modify your PATH env variable in this way
PATH
export PATH="vendor/bin":$PATH
when you switch project it will automatically load the local executable for the dependency.