diff --git a/manifest.toml b/manifest.toml index 5371920..7a35066 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Jirafeau" description.en = "Upload a file in a simple way and give a unique link to it" description.fr = "Hébergez simplement un fichier et partagez-le avec un lien unique" -version = "4.5.0~ynh1" +version = "4.5.0~ynh2" maintainers = [] @@ -16,7 +16,7 @@ demo = "https://demo.yunohost.org/jirafeau/" code = "https://gitlab.com/mojo42/Jirafeau" [integration] -yunohost = ">= 11.1.17" +yunohost = ">= 11.2" architectures = "all" multi_instance = false ldap = false @@ -64,4 +64,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.0-fpm" + packages = "php8.2-fpm"