Update minimum PHP version in docs

This commit is contained in:
Function 2022-08-04 13:45:04 +02:00 committed by GitHub
parent edc20c30f7
commit 96b61b5834
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.