Skip to content

Commit 6a0ccf0

Browse files
authored
Merge pull request #443 from cafferata/updated-php-version-in-local-php-list-text-output
Updated the PHP versions to the (current) PHP 8.2.x versions
2 parents 638c05b + 44a3082 commit 6a0ccf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/local_php_list.go

+1-1
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. 7.2 or 7.2.15),")
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),")
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)