Skip to content

Commit 6bc1369

Browse files
authored
Update README.md - Arguments section
1 parent acb2321 commit 6bc1369

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Any arbitrary arguments can be passed to composer by using the `args` input, how
6060
+ `quiet` - Whether to suppress all messages - yes / no (default no)
6161
+ `args` - Optional arguments to pass - no constraints (default _empty_)
6262
+ `only_args` - Only run the desired command with this args. Ignoring all other provided arguments(default _empty_)
63+
+ `php_version` - Choose which version of PHP you want to use (7.1, 7.2, 7.3, 7.4 or 8.0)
64+
+ `composer_version` - Choose which version of Composer you want to use (1 or 2)
6365

6466
There are also SSH input available: `ssh_key`, `ssh_key_pub` and `ssh_domain` that are used for depending on private repositories. See below for more information on usage.
6567

0 commit comments

Comments
 (0)