1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00

Add php7.4-mbstring dependency

This commit is contained in:
tituspijean 2023-10-09 10:36:08 +02:00 committed by GitHub
parent fd2566418b
commit 8c2b7ef2cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
main.url = "/"
[resources.apt]
packages = "mariadb-server, php7.4, php7.4-fpm"
packages = "mariadb-server, php7.4, php7.4-fpm, php7.4-mbstring"
[resources.database]
type = "mysql"