mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
Update manifest.toml (#208)
This commit is contained in:
parent
ea8311f922
commit
6f02e0732a
1 changed files with 12 additions and 12 deletions
|
@ -63,18 +63,18 @@ ram.runtime = "50M"
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
"mariadb-server",
|
"mariadb-server",
|
||||||
"php7.4-cli",
|
"php8.2-cli",
|
||||||
"php7.4-curl",
|
"php8.2-curl",
|
||||||
"php7.4-gd",
|
"php8.2-gd",
|
||||||
"php7.4-gettext",
|
"php8.2-gettext",
|
||||||
"php7.4-intl",
|
"php8.2-intl",
|
||||||
"php7.4-json",
|
"php8.2-json",
|
||||||
"php7.4-ldap",
|
"php8.2-ldap",
|
||||||
"php7.4-mbstring",
|
"php8.2-mbstring",
|
||||||
"php7.4-mysql",
|
"php8.2-mysql",
|
||||||
"php7.4-redis",
|
"php8.2-redis",
|
||||||
"php7.4-tidy",
|
"php8.2-tidy",
|
||||||
"php7.4-xml",
|
"php8.2-xml",
|
||||||
]
|
]
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
|
|
Loading…
Add table
Reference in a new issue