From 6ce3f9010ecc0bf68245b7baec504fba5529dcfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 9 Sep 2023 15:20:16 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index fc70c3b..85cf274 100644 --- a/manifest.toml +++ b/manifest.toml @@ -63,7 +63,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server, php8.2-gd, php8.2-intl, php8.2-mbstring, php8.2-pdo, php8.2-zip, php8.2-xml, php8.2-xsl, php8.2-ldap, php8.2-mysql" + packages = "mariadb-server, php7.4-gd, php7.4-intl, php7.4-mbstring, php7.4-pdo, php7.4-zip, php7.4-xml, php7.4-xsl, php7.4-ldap, php7.4-mysql" [resources.database] type = "mysql"