From fc51db45b60304eaa8039c6156859e8147e9269c 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:12:32 +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 7c529ea..e646751 100644 --- a/manifest.toml +++ b/manifest.toml @@ -54,9 +54,9 @@ ram.runtime = "50M" [resources.apt] packages = [ - "php8.2-gd", - "php8.2-intl", - "php8.2-xml", - "php8.2-sqlite3", - "php8.2-mbstring", + "php8.0-gd", + "php8.0-intl", + "php8.0-xml", + "php8.0-sqlite3", + "php8.0-mbstring", ]