From f5c329b3bce485fbc7080bef1d37ff130985de50 Mon Sep 17 00:00:00 2001 From: Maxim Smakouz Date: Mon, 1 Apr 2024 20:33:48 +0300 Subject: [PATCH] Update readme (#25) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bd5b8c1..34a7539 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,14 @@ with much greater performance and flexibility. This repository contains the codebase PSR-7 PHP workers. Check [spiral/roadrunner](https://github.com/spiral/roadrunner) to get application server. +## Requirements: + +Ensure that your server is configured with the following PHP versions and extensions: + +- PHP >=8.1 +- ext-protobuf: This extension is optional but **highly recommended for installation**. + Without it, performance may be up to 50% lower. +- RoadRunner ^2023.3 ## Installation: