From 030da75dca3434eed3e86fff95a58e45d601acee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 8 Jun 2024 14:24:17 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6a4eae1..eeb0517 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,9 +55,9 @@ ram.runtime = "50M" [resources.apt] packages = [ - "php7.4-gd", - "php7.4-intl", - "php7.4-xml", - "php7.4-sqlite3", - "php7.4-mbstring", + "php8.2-gd", + "php8.2-intl", + "php8.2-xml", + "php8.2-sqlite3", + "php8.2-mbstring", ]