From 468679f2ef1b7a2d70d288e4a0ff6ef4e34a2ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 4 Oct 2023 11:32:40 +0200 Subject: [PATCH] bump to php 8.2, add intl extension --- manifest.toml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/manifest.toml b/manifest.toml index 87efd27..d88bb79 100644 --- a/manifest.toml +++ b/manifest.toml @@ -3,7 +3,7 @@ packaging_format = 2 id = "concrete5" -name = "Concrete5" +name = "Concrete CMS" description.en = "Open Source Content Management System for Teams" description.fr = "Système de gestion de contenu Open Source pour les équipes" @@ -19,7 +19,7 @@ code = "https://github.com/concrete5/concrete5" cpe = "cpe:2.3:a:concrete5:concrete5" [integration] -yunohost = ">= 4.3.0" +yunohost = ">= 11.2.0" architectures = "all" multi_instance = true ldap = false @@ -76,16 +76,17 @@ ram.runtime = "50M" [resources.apt] packages = [ - "php7.4-pdo", - "php7.4-mysql", - "php7.4-dom", - "php7.4-simplexml", - "php7.4-iconv", - "php7.4-gd", - "php7.4-fileinfo", - "php7.4-mbstring", - "php7.4-curl", - "php7.4-zip", + "php8.2-pdo", + "php8.2-mysql", + "php8.2-dom", + "php8.2-simplexml", + "php8.2-iconv", + "php8.2-intl", + "php8.2-gd", + "php8.2-fileinfo", + "php8.2-mbstring", + "php8.2-curl", + "php8.2-zip", "mariadb-server", "curl", ]