Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 2543b39

Browse files
committed
Reference PSR-7 **messages** and PSR-15/http-interop **middleware**
More specificity!
1 parent 2618f99 commit 2543b39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/book/why-expressive.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ It provides a very minimalist structure. Essentially all you have to become
3030
familiar with are five core components. These are:
3131

3232
- A DI container
33-
- A Router
34-
- An Error handler for development
35-
- A Template engine (if you’re not creating an API)
36-
- PSR-7 Middleware
33+
- A router
34+
- An error handler for development
35+
- A template engine (if you’re not creating an API)
36+
- PSR-7 messages and http-interop (future PSR-15) middleware
3737

3838
Given that, you can quickly get up to speed with the framework and begin
3939
creating the application that you need. We believe that this approach — in

0 commit comments

Comments
 (0)