From 8a65d14328217e1909cca5485fdd46785e879f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Guti=C3=A9rrez?= Date: Thu, 12 Sep 2019 23:43:43 +0200 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fd70c8..5dfcdc8 100644 --- a/README.md +++ b/README.md @@ -503,7 +503,7 @@ Resulting middleware added to a route will be the result of combining group midd ## Migration from 1.x -* Minimum Slim version is now 4.1 +* Minimum Slim version is now 4.2 * ResponseType handling is NOT automatically available due to how Slim 4 handles routing, it has been moved into custom RequestHandlerInvocationStrategyInterface implementations and thus must be registered on RouteCollector * Response handlers list configuration have been moved to each RequestHandlerInvocationStrategyInterface implementation