ramsey / composer-install

:gift: A GitHub Action to streamline installation of PHP dependencies with Composer.
MIT License
233 stars 32 forks source link

✨ Add new custom-composer-filename option #261

Open badasukerubin opened 2 months ago

badasukerubin commented 2 months ago

Description

As discussed in #258 .

This adds a new custom-composer-filename option to the action, allowing for adding a custom composer filename, which can be helpful for using composer based on different environments.

See: https://getcomposer.org/doc/03-cli.md#composer

Fixes #258.

Motivation and context

See: #258

How has this been tested?

Both unit tests as well as integration tests are included with the PR.

Types of changes

PR checklist