Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c0e1289

Browse filesBrowse 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
Copy full SHA for c0e1289

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎commands/local_php_list.go

Copy file name to clipboardExpand all lines: commands/local_php_list.go
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.