From 1752e23303936a0d601a306795c067e4b9465bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:35:09 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.toml b/manifest.toml index b7dfccf..5365649 100644 --- a/manifest.toml +++ b/manifest.toml @@ -69,12 +69,12 @@ ram.runtime = "50M" [resources.apt] packages = [ "mariadb-server", - "php8.2", - "php8.2-gd", - "php8.2-mbstring", - "php8.2-xml", - "php8.2-mysql", - "php8.2-sqlite3" + "php7.4", + "php7.4-gd", + "php7.4-mbstring", + "php7.4-xml", + "php7.4-mysql", + "php7.4-sqlite3" ] [resources.database]