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:
parent
5351fc4510
commit
272daa762b
1 changed files with 8 additions and 1 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue