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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| production | Run composer optimized for production when "true" | no | false |
| gpr-key | Personal access token to fetch private repos | no | "" |
| working-directory | Used to change the working directory where composer will run. | no | . |
Outputs
no outputs