From 1d5456ec07a2786c371e92df993bc93369cdfd40 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 11 Dec 2020 10:41:09 +0100 Subject: [PATCH] Clarify support situation in readme, fixes #1506 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ca3c6a6..0d2ad2c1 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,11 @@ can also add your own there if you publish one. ### Requirements -- Monolog 2.x works with PHP 7.2 or above, use Monolog `^1.0` for PHP 5.3+ support. +- Monolog `^2.0` works with PHP 7.2 or above, use Monolog `^1.25` for PHP 5.3+ support. + +### Support + +Monolog 1.x support is somewhat limited at this point and only important fixes will be done. You should migrate to Monolog 2 where possible to benefit from all the latest features and fixes. ### Submitting bugs and feature requests