From fe6c62e1c0ce3ea7e6f98071f696317978d26682 Mon Sep 17 00:00:00 2001
From: flashwave <me@flash.moe>
Date: Thu, 20 Mar 2025 02:52:03 +0000
Subject: [PATCH] Update readme to reflect proper minimum PHP version.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cfd0100..d5361cc 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ It provides a number of components that I would otherwise copy between projects
 
 ## Requirements and Dependencies
 
-Index currently targets **PHP 8.3** with the `mbstring` extension installed.
+Index currently targets **PHP 8.4** with the `mbstring` extension installed.
 
 ### `Index\Cache\Memcached`