Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0e1289

Browse files
authored
Merge pull request #558 from cafferata/updated-php-version-in-local-php-list-text-output
Updated the PHP versions to the (current) PHP 8.4.x versions
2 parents 22df288 + ee8dff2 commit c0e1289

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)