docs(install): set required php version as 8.1 only

This commit is contained in:
Yassine Doghri 2023-06-21 16:34:43 +00:00
parent da93217bef
commit c62b6261ac
1 changed files with 3 additions and 3 deletions

View File

@ -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)