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 ```