Fix composer v2 version in README

This commit is contained in:
Pedro Cunha
2026-05-13 10:26:15 +01:00
committed by GitHub
parent 45e37a5311
commit ac9c953234

View File

@@ -268,7 +268,7 @@ These tools can be set up globally using the `tools` input. It accepts a string
uses: shivammathur/setup-php@v2
with:
php-version: '8.5'
tools: composer:v1
tools: composer:v2
```
- If you do not use composer in your workflow, you can specify `tools: none` to skip it.