mirror of
https://github.com/openvk/chandler.git
synced 2025-01-22 15:24:15 +03:00
build: require PHP 8.0 and above
This is due to the fact that Tracy 2.10 and above requires the use of PHP 8.0 and above.
This commit is contained in:
parent
ced7babfad
commit
fdfdefe721
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ You will need the following software for the installation:
|
||||||
* Apache Web Server (2.4 or later) or NGINX
|
* Apache Web Server (2.4 or later) or NGINX
|
||||||
* Composer (for setup)
|
* Composer (for setup)
|
||||||
* `ln` program (for setup, comes with GNU Coreutils)
|
* `ln` program (for setup, comes with GNU Coreutils)
|
||||||
* PHP (7.4 or later)
|
* PHP (8.0 or later)
|
||||||
* YAML extension
|
* YAML extension
|
||||||
* Percona Server or MySQL 8+ (with legacy auth mechanism)
|
* Percona Server or MySQL 8+ (with legacy auth mechanism)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue