composer-install icon indicating copy to clipboard operation
composer-install copied to clipboard

:gift: A GitHub Action to streamline installation of PHP dependencies with Composer.

Results 25 composer-install issues
Sort by recently updated
recently updated
newest added

Many people wrap `composer update` in`nick-invision/retry`. It would be nice to add a `retries:` input with default 0. Thank you for considering!

enhancement

## Description We are using this in github workflows with mono repo. Composer install can not find composer.json in sub-directories. Cache is empty. ## Steps to reproduce - uses: ramsey/[email protected]...

bug

Hello, good morning, I created an yml file like this using the examples on the main page. ```yaml on: push: paths-ignore: - 'README.md' - 'public/**' - 'laradock/**' name: 🚀 Deploy...

question

I am trying to install Laravel Nova in my CI workflow. Nova requires authentication. The easiest way which I did in the past when I manually installed Composer (without this...

We extensively use https://github.com/bamarni/composer-bin-plugin to manage dev dependencies to avoid conflicts and dependencies hells. `bamarni/composer-bin-plugin` requires to use the argument `bin` before the Composer's argument. Something like: - `composer bin...

enhancement

First things first, thanks a lot for this GitHub Actions workflow ! 👍 I see that there is the `composer-options` that allow to specify the working directory with `--working-dir=foo` if...

`awk` and `perl` are used once each. ## Proposal/solution It would be nice to rewrite those functions/places.

enhancement

Not sure if this is even possible or in scope for this action, but we install dependencies inside a Docker container where we also have our required extensions available. We...

## Prevent audits breaking builds Composer 2.4.0 introduced a new "Audit" feature, which will run automatically on any `composer update`, `require`, `remove` and `create-project`. This audit feature may break builds...

enhancement

## Description If neither `HOME` nor `COMPOSER_HOME` env vars are set, validate_composer will exit with non-zero but the error message is redirected to `/dev/null`. I had to fork the repo,...

bug