diff --git a/manifest.json b/manifest.json index 494d7c4..5dab453 100644 --- a/manifest.json +++ b/manifest.json @@ -26,7 +26,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.3-fpm" + "php7.4-fpm" ], "arguments": { "install" : [ diff --git a/scripts/remove b/scripts/remove index 7780ced..57814f7 100644 --- a/scripts/remove +++ b/scripts/remove @@ -40,8 +40,11 @@ ynh_remove_nginx_config #================================================= ynh_script_progression --message="Removing PHP-FPM configuration..." --weight=2 +# Remove the app dependencies installed along with php-fpm +ynh_remove_app_dependencies + # Remove the dedicated PHP-FPM config -ynh_remove_fpm_config --package="$extra_php_dependencies" +ynh_remove_fpm_config #================================================= # GENERIC FINALIZATION