Merge pull request #484 from FunctionDJ/patch-1
Update minimum PHP version in docs
This commit is contained in:
commit
7af93ae136
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ nav_order: 2
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
### Prerequisites
|
### 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-sqlite3` for SQLite.
|
||||||
+ `php-mysql` for MariaDB/MySQL.
|
+ `php-mysql` for MariaDB/MySQL.
|
||||||
+ `php-gd` image manipualtion library.
|
+ `php-gd` image manipualtion library.
|
||||||
|
|
Loading…
Reference in a new issue