1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 17:46:05 +00:00

Use php8.1, and packages array in manifest.toml

This commit is contained in:
Félix Piédallu 2023-09-04 15:08:22 +02:00 committed by Salamandar
parent 1b58fac19f
commit 935c4eb2fc

View file

@ -108,7 +108,17 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "php8.0-fpm php8.0-mysql php8.0-mbstring php8.0-xml php8.0-intl mariadb-server diffutils imagemagick acl"
packages = [
"php8.1-fpm",
"php8.1-mysql",
"php8.1-mbstring",
"php8.1-xml",
"php8.1-intl",
"mariadb-server",
"diffutils",
"imagemagick",
"acl",
]
[resources.database]
type = "mysql"