From 836d55b0803326dd5d4ad26770df542ebf3e954e Mon Sep 17 00:00:00 2001 From: Oskar Thornblad Date: Thu, 6 Jun 2024 21:31:41 +0200 Subject: [PATCH] Update readme with 4.0.0 info --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b9fc9ac..e3c443a 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ A PHP implementation of [Rust's Option type](https://doc.rust-lang.org/std/optio ## Version information -Version 3.x.x requires PHP 7.3+. Make sure you match the versions for this and the [Result](https://github.com/prewk/result) library if you use both. +Version 4.x.x requires PHP 8.1+. Make sure you match the versions for this and the [Result](https://github.com/prewk/result) library if you use both. ## Installation