From 7b2c7ae8eca78b42e89525609ca43fe24291302f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 7 Jan 2023 07:39:08 +0100 Subject: [PATCH] fix --- manifest.json | 4 ++-- scripts/_common.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index dfa01c2..33485c7 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,7 @@ }, "license": "MPL-2.0", "maintainer": { - "name": "", + "name": "eric_G", "email": "" }, "requirements": { @@ -26,7 +26,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.4-fpm", + "php8.0-fpm", "mysql" ], "arguments": { diff --git a/scripts/_common.sh b/scripts/_common.sh index aabd30b..f8921d5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ # PHP APP SPECIFIC #================================================= -YNH_PHP_VERSION=7.4 +YNH_PHP_VERSION=8.0 php_dependencies="php$YNH_PHP_VERSION-gd php$YNH_PHP_VERSION-mysql"