Brad Garner
Brad Garner
This would help my organization a lot, as well. We often are working in the source view of things and several of of team use Ctrl+Z and Ctrl+Y like it's...
I believe the COMPOSER environment variable lets you do this, [as documented here](https://getcomposer.org/doc/03-cli.md#composer). However, the filename **composer.json** seems to be hardcoded [here](https://github.com/ramsey/composer-install/blob/v3/bin/composer_paths.sh#L29) in this action. A workaround might be to...
@badasukerubin This GitHub action tests for the existence of composer.json and composer.lock. It doesn't actually use these filenames when invoking composer (composer uses the environment variable COMPOSER), but not having...
@ramsey I think I fixed the problem that caused [this test run](https://github.com/ramsey/composer-install/actions/runs/10752703829) to fail. I was seeing this locally, but assumed it was a problem with my version of expect...