From 1536d3f9d15a86b32d463696383820bcfc36bdfa Mon Sep 17 00:00:00 2001 From: Jeroen Seegers Date: Mon, 31 Oct 2016 12:02:34 +0100 Subject: [PATCH 1/2] 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 From 40293f32d954a5a5830b80b8ee6486f2899e267a Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 31 Oct 2016 15:19:59 +0100 Subject: [PATCH 2/2] Point users to older release to avoid confusion on the default README --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 08623cee..46018256 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 7.0 or above, and is also tested to work with HHVM. +- Monolog works with PHP 7.0 or above, use Monolog `^1.0` for PHP 5.3+ support. ### Submitting bugs and feature requests