From 3f402e4d2b6eb9afa40c26aed530a19576612b14 Mon Sep 17 00:00:00 2001 From: Oskar Thornblad Date: Wed, 24 Mar 2021 19:59:59 +0100 Subject: [PATCH] Add some version info --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 58a7af4..6003904 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,10 @@ A PHP implementation of [Rust's Option type](https://doc.rust-lang.org/std/option/enum.Option.html) with roughly the same API. +## 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. + ## Installation ```php @@ -45,4 +49,3 @@ $value = findSomething()->expect(new Exception("Oh noes!")); ## License MIT & Apache 2.0 -