From 96b61b5834d41163945a6e4248a62d6dc8c4e588 Mon Sep 17 00:00:00 2001 From: Function <34871211+FunctionDJ@users.noreply.github.com> Date: Thu, 4 Aug 2022 13:45:04 +0200 Subject: [PATCH] Update minimum PHP version in docs --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index aa206eb..25c1d1c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,7 +7,7 @@ nav_order: 2 # Installation ### Prerequisites -XBackBone require PHP >= `7.2`, with installed the required extensions: +XBackBone require PHP >= `7.3`, with installed the required extensions: + `php-sqlite3` for SQLite. + `php-mysql` for MariaDB/MySQL. + `php-gd` image manipualtion library.