mirror of
https://github.com/YunoHost-Apps/quizzes_ynh.git
synced 2024-09-03 20:16:11 +02:00
fix: install php as composer dependencies
This commit is contained in:
parent
13559a02af
commit
ea556f4729
1 changed files with 5 additions and 1 deletions
|
@ -48,4 +48,8 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = ["mutt"]
|
packages = [
|
||||||
|
"mutt",
|
||||||
|
"php7.4-cli",
|
||||||
|
"php7.4-mbstring",
|
||||||
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue