From 31fee522086a293e25b52242be3641e4c2482883 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Fri, 14 Mar 2025 13:44:55 +0000 Subject: [PATCH] docs: update database and php requirements to LTS versions --- docs/src/content/docs/ar/getting-started/install.mdx | 8 ++++---- docs/src/content/docs/br/getting-started/install.mdx | 4 ++-- docs/src/content/docs/ca/getting-started/install.mdx | 8 ++++---- docs/src/content/docs/da/getting-started/install.mdx | 4 ++-- docs/src/content/docs/de/getting-started/install.mdx | 4 ++-- docs/src/content/docs/el/getting-started/install.mdx | 4 ++-- docs/src/content/docs/en/getting-started/install.mdx | 4 ++-- docs/src/content/docs/es/getting-started/install.mdx | 4 ++-- docs/src/content/docs/eu/getting-started/install.mdx | 4 ++-- docs/src/content/docs/fa/getting-started/install.mdx | 4 ++-- docs/src/content/docs/fr-ca/getting-started/install.mdx | 8 ++++---- docs/src/content/docs/fr/getting-started/install.mdx | 4 ++-- docs/src/content/docs/fr2/getting-started/install.mdx | 4 ++-- docs/src/content/docs/gd/getting-started/install.mdx | 4 ++-- docs/src/content/docs/gl/getting-started/install.mdx | 4 ++-- docs/src/content/docs/id/getting-started/install.mdx | 4 ++-- docs/src/content/docs/it/getting-started/install.mdx | 4 ++-- docs/src/content/docs/ja/getting-started/install.mdx | 4 ++-- docs/src/content/docs/kk/getting-started/install.mdx | 4 ++-- docs/src/content/docs/ko/getting-started/install.mdx | 4 ++-- docs/src/content/docs/nl/getting-started/install.mdx | 4 ++-- docs/src/content/docs/nn-no/getting-started/install.mdx | 8 ++++---- docs/src/content/docs/oc/getting-started/install.mdx | 4 ++-- docs/src/content/docs/pl/getting-started/install.mdx | 4 ++-- docs/src/content/docs/pt-br/getting-started/install.mdx | 4 ++-- docs/src/content/docs/pt/getting-started/install.mdx | 4 ++-- docs/src/content/docs/ro/getting-started/install.mdx | 4 ++-- docs/src/content/docs/ru/getting-started/install.mdx | 4 ++-- docs/src/content/docs/sk/getting-started/install.mdx | 4 ++-- docs/src/content/docs/sr-latn/getting-started/install.mdx | 8 ++++---- docs/src/content/docs/sv/getting-started/install.mdx | 8 ++++---- docs/src/content/docs/uk/getting-started/install.mdx | 8 ++++---- docs/src/content/docs/zh-hans/getting-started/install.mdx | 4 ++-- docs/src/content/docs/zh-hant/getting-started/install.mdx | 4 ++-- 34 files changed, 82 insertions(+), 82 deletions(-) diff --git a/docs/src/content/docs/ar/getting-started/install.mdx b/docs/src/content/docs/ar/getting-started/install.mdx index c9cc1c0d..aed0d67c 100644 --- a/docs/src/content/docs/ar/getting-started/install.mdx +++ b/docs/src/content/docs/ar/getting-started/install.mdx @@ -9,15 +9,15 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements -- PHP v8.1 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- PHP v8.4 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 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.4 or higher -PHP version 8.1 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/br/getting-started/install.mdx b/docs/src/content/docs/br/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/br/getting-started/install.mdx +++ b/docs/src/content/docs/br/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/ca/getting-started/install.mdx b/docs/src/content/docs/ca/getting-started/install.mdx index a9234d04..8d18212e 100644 --- a/docs/src/content/docs/ca/getting-started/install.mdx +++ b/docs/src/content/docs/ca/getting-started/install.mdx @@ -9,15 +9,15 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements -- PHP v8.1 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- PHP v8.4 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 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.4 or higher -PHP version 8.1 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/da/getting-started/install.mdx b/docs/src/content/docs/da/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/da/getting-started/install.mdx +++ b/docs/src/content/docs/da/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/de/getting-started/install.mdx b/docs/src/content/docs/de/getting-started/install.mdx index 6ae19ce8..2fe5fd94 100644 --- a/docs/src/content/docs/de/getting-started/install.mdx +++ b/docs/src/content/docs/de/getting-started/install.mdx @@ -11,14 +11,14 @@ installieren. ## Voraussetzungen - PHP v8.4 oder höher -- MySQL Version 5.7 oder höher oder MariaDB Version 10.2 oder höher +- MySQL Version 8.4 oder höher oder MariaDB Version 11.4 oder höher - HTTPS-Unterstützung - Eine [ntp-synchronisierte Uhr](https://wiki.debian.org/NTP) um die eingehenden Anfragen zu überprüfen ### PHP v8.4 oder höher -PHP Version 8.3 oder höher ist erforderlich, mit folgenden Erweiterungen +PHP version 8.4 oder höher ist erforderlich, mit folgenden Erweiterungen installiert: - [intl](https://php.net/manual/en/intl.requirements.php) diff --git a/docs/src/content/docs/el/getting-started/install.mdx b/docs/src/content/docs/el/getting-started/install.mdx index bae5070e..fbbd5f58 100644 --- a/docs/src/content/docs/el/getting-started/install.mdx +++ b/docs/src/content/docs/el/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/en/getting-started/install.mdx b/docs/src/content/docs/en/getting-started/install.mdx index f0cf758c..1d8c6ae9 100644 --- a/docs/src/content/docs/en/getting-started/install.mdx +++ b/docs/src/content/docs/en/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/es/getting-started/install.mdx b/docs/src/content/docs/es/getting-started/install.mdx index 44e87d00..b305aac2 100644 --- a/docs/src/content/docs/es/getting-started/install.mdx +++ b/docs/src/content/docs/es/getting-started/install.mdx @@ -11,14 +11,14 @@ compatibles con PHP-MySQL. ## Requisitos - PHP v8.4 or higher -- MySQL versión 5.7 o superior o MariaDB versión 10.2 o superior +- MySQL versión 8.4 o superior o MariaDB versión 11.4 o superior - Soporte HTTPS - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/eu/getting-started/install.mdx b/docs/src/content/docs/eu/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/eu/getting-started/install.mdx +++ b/docs/src/content/docs/eu/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/fa/getting-started/install.mdx b/docs/src/content/docs/fa/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/fa/getting-started/install.mdx +++ b/docs/src/content/docs/fa/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/fr-ca/getting-started/install.mdx b/docs/src/content/docs/fr-ca/getting-started/install.mdx index 4ffea31a..408fae6f 100644 --- a/docs/src/content/docs/fr-ca/getting-started/install.mdx +++ b/docs/src/content/docs/fr-ca/getting-started/install.mdx @@ -9,15 +9,15 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements -- PHP v8.1 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- PHP v8.4 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 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.4 or higher -PHP version 8.1 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/fr/getting-started/install.mdx b/docs/src/content/docs/fr/getting-started/install.mdx index 8e2d9223..774c6ca8 100644 --- a/docs/src/content/docs/fr/getting-started/install.mdx +++ b/docs/src/content/docs/fr/getting-started/install.mdx @@ -11,14 +11,14 @@ serveurs web compatibles avec PHP-MySQL. ## Prérequis - PHP v8.4 ou supérieure -- MySQL version 5.7 ou supérieure ou MariaDB version 10.2 ou supérieure +- MySQL version 8.4 ou supérieure ou MariaDB version 11.4 ou supérieure - Prise en charge HTTPS - Une horloge [synchronisée ntp](https://wiki.debian.org/NTP) pour valider les requêtes fédérés entrantes ### PHP v8.4 ou supérieure -PHP version 8.3 ou supérieure est requise, avec les extensions suivantes +PHP version 8.4 ou supérieure est requise, avec les extensions suivantes installées : - [intl](https://www.php.net/manual/fr/intl.requirements.php) diff --git a/docs/src/content/docs/fr2/getting-started/install.mdx b/docs/src/content/docs/fr2/getting-started/install.mdx index 74b1a612..6edc9b83 100644 --- a/docs/src/content/docs/fr2/getting-started/install.mdx +++ b/docs/src/content/docs/fr2/getting-started/install.mdx @@ -11,14 +11,14 @@ serveurs web compatibles avec PHP-MySQL. ## Prérequis - PHP v8.4 or higher -- MySQL version 5.7 ou supérieure ou MariaDB version 10.2 ou supérieure +- MySQL version 8.4 ou supérieure ou MariaDB version 11.4 ou supérieure - Prise en charge HTTPS - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 or higher is required, with the following extensions installed: - [intl](https://www.php.net/manual/fr/intl.requirements.php) - [libcurl](https://www.php.net/manual/fr/curl.requirements.php) diff --git a/docs/src/content/docs/gd/getting-started/install.mdx b/docs/src/content/docs/gd/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/gd/getting-started/install.mdx +++ b/docs/src/content/docs/gd/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/gl/getting-started/install.mdx b/docs/src/content/docs/gl/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/gl/getting-started/install.mdx +++ b/docs/src/content/docs/gl/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/id/getting-started/install.mdx b/docs/src/content/docs/id/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/id/getting-started/install.mdx +++ b/docs/src/content/docs/id/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/it/getting-started/install.mdx b/docs/src/content/docs/it/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/it/getting-started/install.mdx +++ b/docs/src/content/docs/it/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/ja/getting-started/install.mdx b/docs/src/content/docs/ja/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/ja/getting-started/install.mdx +++ b/docs/src/content/docs/ja/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/kk/getting-started/install.mdx b/docs/src/content/docs/kk/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/kk/getting-started/install.mdx +++ b/docs/src/content/docs/kk/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/ko/getting-started/install.mdx b/docs/src/content/docs/ko/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/ko/getting-started/install.mdx +++ b/docs/src/content/docs/ko/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/nl/getting-started/install.mdx b/docs/src/content/docs/nl/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/nl/getting-started/install.mdx +++ b/docs/src/content/docs/nl/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/nn-no/getting-started/install.mdx b/docs/src/content/docs/nn-no/getting-started/install.mdx index 8e7a6244..0579db88 100644 --- a/docs/src/content/docs/nn-no/getting-started/install.mdx +++ b/docs/src/content/docs/nn-no/getting-started/install.mdx @@ -9,15 +9,15 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements -- PHP v8.1 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- PHP v8.4 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 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.4 or higher -PHP version 8.1 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/oc/getting-started/install.mdx b/docs/src/content/docs/oc/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/oc/getting-started/install.mdx +++ b/docs/src/content/docs/oc/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/pl/getting-started/install.mdx b/docs/src/content/docs/pl/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/pl/getting-started/install.mdx +++ b/docs/src/content/docs/pl/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/pt-br/getting-started/install.mdx b/docs/src/content/docs/pt-br/getting-started/install.mdx index 3e1455aa..1a6cb450 100644 --- a/docs/src/content/docs/pt-br/getting-started/install.mdx +++ b/docs/src/content/docs/pt-br/getting-started/install.mdx @@ -11,14 +11,14 @@ com PHP-MySQL. ## Requisitos - PHP v8.4 or higher -- MySQL versão 5.7 ou superior ou MariaDB versão 10.2 ou superior +- MySQL versão 8.4 ou superior ou MariaDB versão 11.4 ou superior - Suporte a HTTPS - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/pt/getting-started/install.mdx b/docs/src/content/docs/pt/getting-started/install.mdx index 456131b8..2248ec8d 100644 --- a/docs/src/content/docs/pt/getting-started/install.mdx +++ b/docs/src/content/docs/pt/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/ro/getting-started/install.mdx b/docs/src/content/docs/ro/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/ro/getting-started/install.mdx +++ b/docs/src/content/docs/ro/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/ru/getting-started/install.mdx b/docs/src/content/docs/ru/getting-started/install.mdx index 456131b8..2248ec8d 100644 --- a/docs/src/content/docs/ru/getting-started/install.mdx +++ b/docs/src/content/docs/ru/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/sk/getting-started/install.mdx b/docs/src/content/docs/sk/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/sk/getting-started/install.mdx +++ b/docs/src/content/docs/sk/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/sr-latn/getting-started/install.mdx b/docs/src/content/docs/sr-latn/getting-started/install.mdx index ec6aea20..873b3fee 100644 --- a/docs/src/content/docs/sr-latn/getting-started/install.mdx +++ b/docs/src/content/docs/sr-latn/getting-started/install.mdx @@ -9,15 +9,15 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements -- PHP v8.1 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- PHP v8.4 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 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.4 or higher -PHP version 8.1 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/sv/getting-started/install.mdx b/docs/src/content/docs/sv/getting-started/install.mdx index f2a660bd..dc8b9015 100644 --- a/docs/src/content/docs/sv/getting-started/install.mdx +++ b/docs/src/content/docs/sv/getting-started/install.mdx @@ -9,15 +9,15 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements -- PHP v8.1 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- PHP v8.4 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 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.4 or higher -PHP version 8.1 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/uk/getting-started/install.mdx b/docs/src/content/docs/uk/getting-started/install.mdx index ec6aea20..873b3fee 100644 --- a/docs/src/content/docs/uk/getting-started/install.mdx +++ b/docs/src/content/docs/uk/getting-started/install.mdx @@ -9,15 +9,15 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements -- PHP v8.1 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- PHP v8.4 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 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.4 or higher -PHP version 8.1 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/zh-hans/getting-started/install.mdx b/docs/src/content/docs/zh-hans/getting-started/install.mdx index beb41b92..3ebe63fd 100644 --- a/docs/src/content/docs/zh-hans/getting-started/install.mdx +++ b/docs/src/content/docs/zh-hans/getting-started/install.mdx @@ -10,13 +10,13 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## 要求 - PHP v8.4 or higher -- MySQL 5.7 或更高版本与 MariaDB 10.2 或更高版本 +- MySQL 8.4 或更高版本与 MariaDB 11.4 或更高版本 - HTTPS 支持 - 用于验证的 [NTP 同步时钟](https://wiki.debian.org/NTP) 传入请求 ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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) diff --git a/docs/src/content/docs/zh-hant/getting-started/install.mdx b/docs/src/content/docs/zh-hant/getting-started/install.mdx index 20f1a978..408fae6f 100644 --- a/docs/src/content/docs/zh-hant/getting-started/install.mdx +++ b/docs/src/content/docs/zh-hant/getting-started/install.mdx @@ -10,14 +10,14 @@ shared hosting, you can install it on most PHP-MySQL compatible web servers. ## Requirements - PHP v8.4 or higher -- MySQL version 5.7 or higher or MariaDB version 10.2 or higher +- MySQL version 8.4 or higher or MariaDB version 11.4 or higher - HTTPS support - An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's incoming requests ### PHP v8.4 or higher -PHP version 8.3 or higher is required, with the following extensions installed: +PHP version 8.4 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)