From de422cf6693dc2afc741c0731117379cc8e76c5b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 1 May 2024 22:33:35 +0200 Subject: [PATCH 1/2] Add php dependencies --- manifest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index e1ffc66..b27e157 100644 --- a/manifest.toml +++ b/manifest.toml @@ -78,9 +78,11 @@ ram.runtime = "50M" "libqt5webkit5-dev", # "qtbase5-dev", "qtchooser", "qt5-qmake", "qtbase5-dev-tools" + "php7.4-curl", "php7.4-gd", "php7.4-gmp", "php7.4-json", + "php7.4-xml", "php7.4-zip", "mariadb-server", From 1464593f4b2a0059cf57081c2fd345d924136260 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Thu, 2 May 2024 00:05:49 +0200 Subject: [PATCH 2/2] Update manifest.toml: add php7.4-mysql dependency --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index b27e157..1054682 100644 --- a/manifest.toml +++ b/manifest.toml @@ -84,6 +84,7 @@ ram.runtime = "50M" "php7.4-json", "php7.4-xml", "php7.4-zip", + "php7.4-mysql", "mariadb-server", ]