From 9cc7b2ecaa6eb83ec7bce3588ae4c59d23b4aee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:33:16 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7ba3d97..594e6f3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -58,12 +58,12 @@ ram.runtime = "50M" [resources.apt] packages = [ - "php8.2-curl", - "php8.2-mbstring", - "php8.2-imagick", - "php8.2-gd", - "php8.2-pgsql", - "php8.2-xml", + "php8.3-curl", + "php8.3-mbstring", + "php8.3-imagick", + "php8.3-gd", + "php8.3-pgsql", + "php8.3-xml", "postgresql", "postgresql-contrib", "apt-transport-https",