From 958c86118fcf5051258f2bb4975c44e024ef9708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aliberk=20Sand=C4=B1k=C3=A7=C4=B1?= Date: Fri, 12 Apr 2024 01:02:46 +0300 Subject: [PATCH] Update manifest.toml remove pgsql dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index aff4af8..ef52909 100644 --- a/manifest.toml +++ b/manifest.toml @@ -115,4 +115,4 @@ ram.runtime = "50M" [resources.apt] # This will automatically install/uninstall the following apt packages # and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed) - packages = "php8.2-pgsql, php8.2-fpm" + packages = "php8.2-fpm"