From 22968a02800711c48c125ec3cd8cc35daa436cea Mon Sep 17 00:00:00 2001 From: odan Date: Thu, 18 Jul 2019 22:50:14 +0200 Subject: [PATCH] Add PSR-15 middleware --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b6c8ce..667994c 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,6 @@ $session = new MemorySession(); ### PSR-15 middleware setup -For this example we use the [leage/container](https://github.com/thephpleague/container) package. - #### Configuration Add your application-specific settings. @@ -174,6 +172,8 @@ return [ ]; ``` +For this example we use the [leage/container](https://github.com/thephpleague/container) package. + Add the PSR-15 middleware factory: ```php