From 128f4e3c77f29ad4b4dc52fb9678b17a0d9ada55 Mon Sep 17 00:00:00 2001 From: Limezy Date: Sun, 22 Jan 2023 14:16:20 +0700 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index eeb2bd7..872e649 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ # PHP APP SPECIFIC #================================================= -YNH_PHP_VERSION=8.0 +YNH_PHP_VERSION=7.4 # dependencies used by the app (must be on a single line) pkg_dependencies="libfreetype6-dev libjpeg62-turbo-dev libpng-dev $php_dependencies"