From 5caaa07797271a8886912ea156fc36b38c8895b5 Mon Sep 17 00:00:00 2001 From: Andy Fowler Date: Tue, 5 Aug 2025 23:36:19 -0400 Subject: [PATCH] update README: note php 8.4 compatibility As added in https://github.com/prettier/plugin-php/pull/2422 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da9c51d3f..aacfb96c0 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ supported PHP version. You set the `phpVersion` to `composer` and this will only use the `composer.json` file to determine the php version, prettier will crash if the PHP cannot be determined. -You can also set the `phpVersion` to a specific version, such as `7.4`, `8.0`, `8.1`, `8.2`, or `8.3`. +You can also set the `phpVersion` to a specific version, such as `7.4`, `8.0`, `8.1`, `8.2`, `8.3` or `8.4`. **Please Note:** If the phpVersion is not set correctly for your environment, this plugin will produce code that could be incompatible with your PHP runtime. For example, if you are using PHP 7.4, but the plugin is set to PHP 8.3, it will