Skip to content

Commit 9357db0

Browse files
author
Greg Bowler
committed
docs: clarify versioning
1 parent e33c201 commit 9357db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Any arbitrary arguments can be passed to composer by using the `args` input, how
6666
+ `quiet` - Whether to suppress all messages - yes / no (default `no`)
6767
+ `args` - Optional arguments to pass - no constraints (default _empty_)
6868
+ `only_args` - Only run the desired command with this args. Ignoring all other provided arguments(default _empty_)
69-
+ `php_version` - Choose which version of PHP you want to use - x.y (default `latest`) (e.g. `8.2`, or any version listed on https://www.php.net/releases/index.php)
69+
+ `php_version` - Choose which version of PHP you want to use - x.y (default `latest`) (e.g. `7.4.29`, 8.2`, or any version listed on https://www.php.net/releases/index.php)
7070
+ `version` - Choose which version of Composer you want to use - default `latest` (e.g. `1.10`, `2.3`, `2.5.4`)
7171
+ `memory_limit` - Sets the composer memory limit - (default _empty_)
7272

0 commit comments

Comments
 (0)