mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-07-27 11:06:25 +07:00
README: minor documentation fix (#1102)
Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user