From c62b6261ac98b593994a2ceea79ff4912b5a8641 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Wed, 21 Jun 2023 16:34:43 +0000 Subject: [PATCH] docs(install): set required php version as 8.1 only --- 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 d2eae5eb..af405daf 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 or higher +- PHP v8.1 only - 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 or higher +### PHP v8.1 only -PHP version 8.1 or higher is required, with the following extensions installed: +PHP version 8.1 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)