Skip to content

Commit 46a991b

Browse files
authored
Merge pull request #1081 from Pyker/patch-1
Fix composer v2 version in README
2 parents 7748c24 + ac9c953 commit 46a991b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ These tools can be set up globally using the `tools` input. It accepts a string
268268
uses: shivammathur/setup-php@v2
269269
with:
270270
php-version: '8.5'
271-
tools: composer:v1
271+
tools: composer:v2
272272
```
273273

274274
- If you do not use composer in your workflow, you can specify `tools: none` to skip it.

0 commit comments

Comments
 (0)