From 3c0897556950f8c5ab2e2167a3b32e2f4a82dce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:04:59 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 68beaa7..2850a61 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,8 +2,8 @@ packaging_format = 2 id = "movim" name = "Movim" -description.en = "Web-based cross-platform XMPP client" -description.fr = "Client XMPP multiplateforme basé sur le Web" +description.en = "Decentralized social platform based on XMPP" +description.fr = "Plateforme sociale décentralisée basée sur XMPP" version = "0.22.3~ynh1" @@ -60,7 +60,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "postgresql, php8.2-curl, php8.2-mbstring, php8.2-imagick, php8.2-gd, php8.2-pgsql, php8.2-xml" + packages = "postgresql, php8.2-dom, php8.2-curl, php8.2-mbstring, php8.2-imagick, php8.2-gd, php8.2-pgsql, php8.2-xml" [resources.database] type = "postgresql"