1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zwiicms_ynh.git synced 2024-09-03 18:06:04 +02:00

Merge pull request #5 from pp-r/patch-1

Add php-intl
This commit is contained in:
Éric Gaspar 2023-03-21 19:18:36 +01:00 committed by GitHub
commit 6984291059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ name = "ZwiiCMS"
description.en = "Simple, lightweight, database-free, scalable and responsive CMS" description.en = "Simple, lightweight, database-free, scalable and responsive CMS"
description.fr = "CMS simple, léger, sans base de données, modulable et responsive" description.fr = "CMS simple, léger, sans base de données, modulable et responsive"
version = "12.3.02~ynh1" version = "12.3.02~ynh2"
maintainers = ["ewilly"] maintainers = ["ewilly"]
@ -72,4 +72,4 @@ ram.runtime = "50M"
main.url = "/" main.url = "/"
[resources.apt] [resources.apt]
packages = "php8.0-mbstring,php8.0-zip,php8.0-GD,php8.0-exif,php8.0-XMLWriter" packages = "php8.0-mbstring,php8.0-zip,php8.0-GD,php8.0-exif,php8.0-XMLWriter,php8.0-intl"