From 28276cb6884868de518e7c12feae7f0e28b57e6d Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Wed, 16 May 2018 13:36:29 +0100 Subject: [PATCH] Add PSR-7 to the requirements in the readme This fixes issue #640 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 30db07a6..e4d90f46 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ The following versions of PHP are supported: The `openssl` extension is also required. +All HTTP messages passed to the server should be [PSR-7 compliant](https://www.php-fig.org/psr/psr-7/). This ensures interoperability between other packages and frameworks. + ## Installation ```