From ac9c95323431b7286870e5aa2bf9b61e8d335e71 Mon Sep 17 00:00:00 2001 From: Pedro Cunha Date: Wed, 13 May 2026 10:26:15 +0100 Subject: [PATCH] Fix composer v2 version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17a1e38d..c3b6126d 100644 --- a/README.md +++ b/README.md @@ -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.