docs: update php version requirement in install page

This commit is contained in:
Yassine Doghri 2023-08-29 14:30:12 +00:00
parent 3c357183ca
commit ff0e681763
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 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)