From 8fb4d7b982dbb5c7f7792d203889ec678c5cec61 Mon Sep 17 00:00:00 2001 From: KygekDev <68368066+KygekDev@users.noreply.github.com> Date: Sun, 18 Jul 2021 07:08:14 +0800 Subject: [PATCH] BUILDING.md: Changed pre-requisites PHP version to 7.4 or newer (#4319) [ci skip] --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index e5338066e..1c5aa8e59 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -2,7 +2,7 @@ ## Pre-requisites - A bash shell (git bash is sufficient for Windows) - [`git`](https://git-scm.com) available in your shell -- PHP 7.3 or newer available in your shell +- PHP 7.4 or newer available in your shell - [`composer`](https://getcomposer.org) available in your shell ## Custom PHP binaries