From d5c5376ed5c25ca206cc6a6f032fdeb5a4ccfac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 19 Jun 2024 19:41:52 +0200 Subject: [PATCH] coding style --- manifest.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7d0d273..c7b9746 100644 --- a/manifest.toml +++ b/manifest.toml @@ -64,7 +64,15 @@ ram.runtime = "50M" api.protected = true [resources.apt] - packages = "mariadb-server php8.0-zip php8.0-fileinfo php8.0-xml php8.0-bcmath php8.0-mbstring php8.0-mysql" + packages = [ + "mariadb-server", + "php8.0-zip", + "php8.0-fileinfo", + "php8.0-xml", + "php8.0-bcmath", + "php8.0-mbstring", + "php8.0-mysql", + ] [resources.database] type = "mysql"