From fdfdefe721fac0d8fe1fbd2718a77fe1958718a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jillian=20=C3=96sterreich?= Date: Thu, 24 Oct 2024 13:59:16 +0700 Subject: [PATCH] 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. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ca1555a..ac33549 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,7 +2,7 @@ You will need the following software for the installation: * Apache Web Server (2.4 or later) or NGINX * Composer (for setup) * `ln` program (for setup, comes with GNU Coreutils) -* PHP (7.4 or later) +* PHP (8.0 or later) * YAML extension * Percona Server or MySQL 8+ (with legacy auth mechanism)