From b287237f8f1b4f287a22af4e08aa3c5763950554 Mon Sep 17 00:00:00 2001 From: Dejan Angelov Date: Sun, 11 Feb 2024 18:28:29 +0100 Subject: [PATCH] Update required PHP version in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1053f76..0b6575b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A library that allows you to easily use the PHP-VCR library in your PHPUnit test ## Requirements -* PHP 8.1+ +* PHP 8.2+ * PHPUnit 10+ ## Installation