8000 Updated the PHP `8.2.x` versions to the (current) PHP `8.4.x` in de `… · symfony-cli/symfony-cli@ee8dff2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ee8dff2

Browse files
committed
Updated the PHP 8.2.x versions to the (current) PHP 8.4.x in de local:php:list text output.
1 parent 2fc40e2 commit ee8dff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/local_php_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var localPhpListCmd = &console.Command{
8888
}
8989

9090
terminal.Println("")
91-
terminal.Println("To control the version used in a directory, create a <comment>.php-version</> file that contains the version number (e.g. 8.2 or 8.2.16),")
91+
terminal.Println("To control the version used in a directory, create a <comment>.php-version</> file that contains the version number (e.g. 8.4 or 8.4.2),")
9292
terminal.Println("or define <href=https://getcomposer.org/doc/06-config.md#platform>config.platform.php</> inside <comment>composer.json</>.")
9393
terminal.Println("If you're using Platform.sh or Upsun, the version can also be specified in their configuration files.")
9494

0 commit comments

Comments
 (0)
0