1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/BicBucStriim_ynh.git synced 2024-09-03 18:15:53 +02:00

fix manifest

This commit is contained in:
Salamandar 2024-02-25 19:30:16 +01:00
parent 5351fc4510
commit 272daa762b

View file

@ -53,4 +53,11 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "php7.3-gd, php7.3-intl, php7.3-xml, php7.3-sqlite3, php7.3-mbstring, php7.3-mcrypt"
packages = [
"php7.4-gd",
"php7.4-intl",
"php7.4-xml",
"php7.4-sqlite3",
"php7.4-mbstring",
"php7.4-mcrypt",
]