equisoft-actions/composer

Install composer dependencies This action need checkout and php setup ```yaml steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Setup PHP uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2 with: php-version: '7.4' ```

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
productionRun composer optimized for production when "true" nofalse
gpr-keyPersonal access token to fetch private reposno""
working-directoryUsed to change the working directory where composer will run.no.

no outputs