From 92f31d75a0868b5293fe1cc8b54d7d853bcf540e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 6 Jan 2024 20:08:43 +0100 Subject: [PATCH] Update manifest.toml: missing php driver for mysql... --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 6b88d2d..ee17f93 100644 --- a/manifest.toml +++ b/manifest.toml @@ -66,7 +66,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server, php8.0-mbstring, php8.0-intl, php8.0-xml, php8.0-cli" + packages = "mariadb-server, php8.0-mbstring, php8.0-intl, php8.0-xml, php8.0-cli php8.0-mysql" [resources.database] type = "mysql"