From cb69e251800711222ef440049eba21fdb5618408 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:15:25 +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 e646751..a6091a1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -54,9 +54,9 @@ ram.runtime = "50M" [resources.apt] packages = [ - "php8.0-gd", - "php8.0-intl", - "php8.0-xml", - "php8.0-sqlite3", - "php8.0-mbstring", + "php7.4-gd", + "php7.4-intl", + "php7.4-xml", + "php7.4-sqlite3", + "php7.4-mbstring", ]