From e6dcde6ecbed48802e0abf4d82c5ea7b6bb41962 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 24 May 2022 10:24:47 +0200 Subject: [PATCH] Fix --- manifest.json | 2 +- scripts/_common.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index bfb5153..cf164cc 100644 --- a/manifest.json +++ b/manifest.json @@ -26,7 +26,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.3-fpm" + "php8.0-fpm" ], "arguments": { "install" : [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 1e50f29..aa58113 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,9 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="7.3" +YNH_PHP_VERSION="8.0" -pkg_dependencies="" +pkg_dependencies="php${YNH_DEFAULT_PHP_VERSION}-fpm" #================================================= # PERSONAL HELPERS