diff --git a/manifest.toml b/manifest.toml index 32cdb1d..270eb6d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://taskboard.matthewross.me/demo" code = "https://github.com/kiswa/TaskBoard" [integration] -yunohost = ">= 11.1.15" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -56,7 +56,5 @@ ram.runtime = "50M" api.show_tile = false api.protected = true - - [resources.apt] - packages = "php8.0-sqlite3" + packages = "php8.2-sqlite3"