From 1536d3f9d15a86b32d463696383820bcfc36bdfa Mon Sep 17 00:00:00 2001 From: Jeroen Seegers Date: Mon, 31 Oct 2016 12:02:34 +0100 Subject: [PATCH] Minimum required PHP version in README Updated the minimum required PHP version in README from 5.3 to 7.0 as detailed in `composer.json`. Fixes #873 --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 051a8361..08623cee 100644 --- a/README.mdown +++ b/README.mdown @@ -58,7 +58,7 @@ can also add your own there if you publish one. ### Requirements -- Monolog works with PHP 5.3 or above, and is also tested to work with HHVM. +- Monolog works with PHP 7.0 or above, and is also tested to work with HHVM. ### Submitting bugs and feature requests