From 0c1b09a099a59f57f52f495762022ddee5589ea2 Mon Sep 17 00:00:00 2001 From: Oras Al-Kubaisi Date: Wed, 3 May 2017 11:40:19 +0100 Subject: [PATCH] Updated documentation --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed005a2..f2867ef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # Monolog Logger Middleware Monolog Middleware to be used with PSR-7 middleware frameworks like Zend Expressive and Slim. -The stable version now is *1.0* which has `loggables` setting inspired by Guzzle Log Format. You can set any data in request/response/headers that you want to log from config file +**Now it does support Zend Expressive `2.*`** + +To use with Zend Expressive `1.*` please install version `1.1.4` + + `loggables` setting inspired by Guzzle Log Format. You can set any data in request/response/headers that you want to log from config file rather than in code to give more flexibility in logging more/less data based on your needs.