README: minor documentation fix (#1102)

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
This commit is contained in:
Juliette
2026-07-26 18:17:51 +02:00
committed by GitHub
parent a75416c329
commit 7d83587834
+1 -1
View File
@@ -317,7 +317,7 @@ These tools can be set up globally using the `tools` input. It accepts a string
- By default, `composer` blocks all its plugins. If you are using the `tools` input to install a composer plugin it will be added to the allowlist, alternatively if your dependencies have composer plugins, you can allow them by setting `COMPOSER_ALLOW_PLUGINS` that accepts a csv string of plugin names. - By default, `composer` blocks all its plugins. If you are using the `tools` input to install a composer plugin it will be added to the allowlist, alternatively if your dependencies have composer plugins, you can allow them by setting `COMPOSER_ALLOW_PLUGINS` that accepts a csv string of plugin names.
```yaml ```yaml
- name: Setup PHP with fail-fast - name: Setup PHP with allow composer plugins
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: '8.5' php-version: '8.5'