From a204c4edea0931298ad88beefd8e68133a762dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 3 Oct 2023 10:49:31 +0200 Subject: [PATCH] Bump to php 8.2, add dependency on php8.2-mbstring --- manifest.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index e9521fe..7eb3bd3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,8 +60,9 @@ ram.runtime = "10M" [resources.apt] packages = [ "mariadb-server", - "php7.4", - "php7.4-fpm", + "php8.2", + "php8.2-fpm", + "php8.2-mbstring", ] [resources.database]