From d8a3bb0cdfd60343f452f8405e0ffa3e6d4ad72e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 17 Jul 2022 03:00:40 +0200 Subject: [PATCH] Back to PHP 7.4 --- manifest.json | 4 ++-- scripts/_common.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9a34178..1338480 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Photo-management-system to manage and share photos", "fr": "Système de gestion de photos pour gérer et partager des photos" }, - "version": "4.4.0~ynh4", + "version": "4.4.0~ynh5", "url": "https://lycheeorg.github.io/", "upstream": { "license": "MIT", @@ -26,7 +26,7 @@ "multi_instance": true, "services": [ "nginx", - "php8.0-fpm", + "php7.4-fpm", "mysql" ], "arguments": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 1d22175..712c021 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="8.0" +YNH_PHP_VERSION="7.4" # Composer version YNH_COMPOSER_VERSION="2.3.5"