mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
Use php8.1, and packages array in manifest.toml
This commit is contained in:
parent
1b58fac19f
commit
935c4eb2fc
1 changed files with 11 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue