From a157e404e9be6f3da1e6f5d445017c6622823e41 Mon Sep 17 00:00:00 2001 From: Go Kudo Date: Thu, 12 Dec 2024 16:33:52 +0900 Subject: [PATCH] [ci skip] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 923f4a3..741773f 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Provides various compatibility functions required for PHP (temporary) migration. ## Supported Versions -- Extension: PHP >= 8.0, 8.3 >= PHP -- Library: PHP >= 7.4, 8.3 >= PHP +- Extension: PHP >= 8.0, 8.4 >= PHP +- Library: PHP >= 7.4, 8.4 >= PHP Library is introduced for migration to PHP 8.x with the same code base. If you do not need to work with the same code base, you can use only the Extension.