Merge pull request #464 from fortkle/fix-document-error

Update readme about composer (Fixed errors)
This commit is contained in:
Shivam Mathur
2021-06-10 09:01:06 +05:30
committed by GitHub

View File

@ -220,7 +220,7 @@ These tools can be setup globally using the `tools` input. It accepts a string i
- If you do not use composer in your workflow, you can specify `tools: none` to skip it.
```yaml
- name: Setup PHP with composer v2
- name: Setup PHP without composer
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'