From a8f359713bdf7d11dfb12e9465ff5bfb495bc947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 4 May 2023 08:36:44 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5246521..a0f32ef 100644 --- a/manifest.toml +++ b/manifest.toml @@ -15,7 +15,7 @@ website = "http://projekte.textmulch.de/bicbucstriim/" code = "https://github.com/rvolz/BicBucStriim" [integration] -yunohost = ">> 11.1.18" +yunohost = ">= 11.1.18" architectures = "all" multi_instance = true ldap = false @@ -50,4 +50,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - pkg_dependencies = "php7.4-gd php7.4-intl php7.4-sqlite3 php7.4-mbstring" + packages = "php7.4-gd php7.4-intl php7.4-sqlite3 php7.4-mbstring"