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"