From 0d501e0b34797579dbe209b06f3604e9f0f69abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:08:14 +0100 Subject: [PATCH] Revert "Update manifest.toml" This reverts commit 2ee2eda09c06f5e5af823bb1f80a358f83e5c5fa. --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index b6eddbc..8a4cc43 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,7 +55,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "postgresql, apt-transport-https, postgresql-contrib, php7.4-zip, php7.4-pgsql, php7.4-xml, php7.4-intl, php7.4-gd, php7.4-curl, php7.4-bcmath, php7.4-opcache" + packages = "postgresql, apt-transport-https, postgresql-contrib, php8.2-zip, php8.2-pgsql, php8.2-xml, php8.2-intl, php8.2-gd, php8.2-curl, php8.2-bcmath, php8.2-opcache" [resources.database] type = "postgresql"