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