Merge pull request #484 from FunctionDJ/patch-1

Update minimum PHP version in docs
This commit is contained in:
Sergio Brighenti 2022-08-04 14:44:00 +02:00 committed by GitHub
commit 7af93ae136
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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