Update manifest.toml

remove pgsql dependency
This commit is contained in:
Aliberk Sandıkçı 2024-04-12 01:02:46 +03:00
parent 2acbe63b41
commit 958c86118f
1 changed files with 1 additions and 1 deletions

View File

@ -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"