From a23fb2a840f464236477a0d1bf125a60ed142a33 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:09:57 +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 a6091a1..7c529ea 100644 --- a/manifest.toml +++ b/manifest.toml @@ -54,9 +54,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", ]