diff --git a/manifest.json b/manifest.json index a19e560..9f3e978 100644 --- a/manifest.json +++ b/manifest.json @@ -26,7 +26,7 @@ "multi_instance": false, "services": [ "nginx", - "php8.0-fpm", + "php7.4-fpm", "postgresql", "metronome" ], diff --git a/scripts/_common.sh b/scripts/_common.sh index a7551e4..4adc929 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" YNH_COMPOSER_VERSION="2.2.7"