diff --git a/manifest.toml b/manifest.toml index 2381c66..c63c761 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,7 +21,7 @@ code = "https://github.com/Dolibarr/dolibarr" cpe = "cpe:2.3:a:dolibarr:dolibarr" [integration] -yunohost = ">= 11.2" +yunohost = ">= 11.2.27" architectures = "all" multi_instance = true ldap = true @@ -105,20 +105,20 @@ ram.runtime = "150M" [resources.apt] packages = [ - "php8.1-mysql", - "php8.1-imagick", - "php8.1-gd", - "php8.1-mbstring", - "php8.1-soap", - "php8.1-curl", - "php8.1-intl", - "php8.1-ldap", - "php8.1-opcache", - "php8.1-calendar", - "php8.1-zip", - "php8.1-xml", - "php8.1-fileinfo", - "php8.1-imap", + "php8.3-mysql", + "php8.3-imagick", + "php8.3-gd", + "php8.3-mbstring", + "php8.3-soap", + "php8.3-curl", + "php8.3-intl", + "php8.3-ldap", + "php8.3-opcache", + "php8.3-calendar", + "php8.3-zip", + "php8.3-xml", + "php8.3-fileinfo", + "php8.3-imap", "mariadb-server", ] diff --git a/scripts/remove b/scripts/remove index eadb498..aa7efeb 100644 --- a/scripts/remove +++ b/scripts/remove @@ -33,9 +33,6 @@ fi # Remove a directory securely ynh_secure_remove --file="/etc/$app" -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================