From 1b1b2302d46692f317021ee4b9cc06b1311b7333 Mon Sep 17 00:00:00 2001 From: Juan Basso Date: Tue, 10 Dec 2024 21:37:08 -0500 Subject: [PATCH] Updated tested PHP version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61d81fd..8a6d355 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Limitations: This project should not be confused with `JsonSerializable` interface added on PHP 5.4. This interface is used on `json_encode` to encode the objects. There is no unserialization with this interface, differently from this project. -*Json Serializer requires PHP >= 7.2 and tested until PHP 8.2* +*Json Serializer requires PHP >= 7.2 and tested until PHP 8.4* ## Example