diff --git a/docs/book/v6/introduction/server-requirements.md b/docs/book/v6/introduction/server-requirements.md index 26435fd..691ed7c 100644 --- a/docs/book/v6/introduction/server-requirements.md +++ b/docs/book/v6/introduction/server-requirements.md @@ -29,7 +29,7 @@ Both mod_php and FCGI (FPM) are supported. ## RDBMS -* Tested with MariaDB 10.11 LTS and MariaDB 11.4 LTS +* Tested with MariaDB 10.7, 10.11 LTS, 11.4 LTS, and 11.8 LTS * Tested with MySQL 8.4 LTS > For MySQL 8.4 LTS be sure you have the below line in my.cnf diff --git a/docs/book/v6/transition-from-api-tools/discovery-phase.md b/docs/book/v6/transition-from-api-tools/discovery-phase.md index 0d03ae8..c772a61 100644 --- a/docs/book/v6/transition-from-api-tools/discovery-phase.md +++ b/docs/book/v6/transition-from-api-tools/discovery-phase.md @@ -8,7 +8,7 @@ To transition a system built using api-tools to Dotkernel API, we need to analyz - which is the connection to a database - which library is used for database interaction (laminas-db, doctrine 2, eloquent, or else)? -> Dotkernel API is tested only with MariaDB version 10.6, 10.11 LTS, 11.4 LTS, and 11.8 LTS +> Dotkernel API version 6 is tested only with MariaDB version 10.7, 10.11 LTS, 11.4 LTS, and 11.8 LTS ## Authentication and Authorization diff --git a/docs/book/v7/introduction/server-requirements.md b/docs/book/v7/introduction/server-requirements.md index 00c69e4..5c76911 100644 --- a/docs/book/v7/introduction/server-requirements.md +++ b/docs/book/v7/introduction/server-requirements.md @@ -29,7 +29,7 @@ Both mod_php and FCGI (FPM) are supported. ## RDBMS -* Tested with MariaDB 10.6, 10.11 LTS, 11.4 LTS, and 11.8 LTS +* Tested with MariaDB 10.7, 10.11 LTS, 11.4 LTS, and 11.8 LTS * Tested with PostgreSQL 13 and above > MySQL is not supported because of missing UUID support. diff --git a/docs/book/v7/transition-from-api-tools/discovery-phase.md b/docs/book/v7/transition-from-api-tools/discovery-phase.md index bc06e92..802f0ad 100644 --- a/docs/book/v7/transition-from-api-tools/discovery-phase.md +++ b/docs/book/v7/transition-from-api-tools/discovery-phase.md @@ -8,7 +8,7 @@ To transition a system built using api-tools to Dotkernel API, we need to analyz - which is the connection to a database - which library is used for database interaction (laminas-db, doctrine 2, eloquent, or else)? -> Dotkernel API is tested only with MariaDB version 10.6, 10.11 LTS, 11.4 LTS, 11.8 LTS, and PostgreSQL version 13 and above. +> Dotkernel API version 7 is tested only with MariaDB version 10.7, 10.11 LTS, 11.4 LTS, 11.8 LTS, and PostgreSQL version 13 and above. ## Authentication and Authorization