You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@ Any arbitrary arguments can be passed to composer by using the `args` input, how
60
60
+ `quiet` - Whether to suppress all messages - yes / no (default no)
61
61
+ `args` - Optional arguments to pass - no constraints (default _empty_)
62
62
+ `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)
63
65
64
66
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.
0 commit comments