From ff0e6817631c6819348be6819d86cad4e7805094 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Tue, 29 Aug 2023 14:30:12 +0000 Subject: [PATCH] docs: update php version requirement in install page --- docs/src/getting-started/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/getting-started/install.md b/docs/src/getting-started/install.md index af405daf..d2eae5eb 100644 --- a/docs/src/getting-started/install.md +++ b/docs/src/getting-started/install.md @@ -19,15 +19,15 @@ If you prefer using Docker, you may skip this and go straight to the ## Requirements -- PHP v8.1 only +- PHP v8.1 or higher - MySQL version 5.7 or higher or MariaDB version 10.2 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests -### PHP v8.1 only +### PHP v8.1 or higher -PHP version 8.1 is required, with the following extensions installed: +PHP version 8.1 or higher is required, with the following extensions installed: - [intl](https://php.net/manual/en/intl.requirements.php) - [libcurl](https://php.net/manual/en/curl.requirements.php)