From b05c67f191796c6050815d035227b742b4b4af46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 23 Mar 2024 22:11:19 +0100 Subject: [PATCH] Update php to 8.2, Composer to 2.4.3 --- manifest.toml | 13 +++++++------ scripts/_common.sh | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 733a217..13a0aad 100644 --- a/manifest.toml +++ b/manifest.toml @@ -67,12 +67,13 @@ ram.runtime = "50M" [resources.apt] packages = [ - "php7.4-curl", - "php7.4-mbstring", - "php7.4-imagick", - "php7.4-gd", - "php7.4-pgsql", - "php7.4-xml", + "php8.2-curl", + "php8.2-mbstring", + "php8.2-imagick", + "php8.2-gd", + "php8.2-dom", + "php8.2-pgsql", + "php8.2-xml", "postgresql", "postgresql-contrib", "apt-transport-https", diff --git a/scripts/_common.sh b/scripts/_common.sh index ff3a014..0df6e80 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_COMPOSER_VERSION="2.2.5" +YNH_COMPOSER_VERSION="2.4.3" #================================================= # PERSONAL HELPERS