mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
Bump to php 7.4
This commit is contained in:
parent
09d3c1e7ca
commit
da1c4801c5
1 changed files with 7 additions and 7 deletions
|
@ -83,14 +83,14 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
"php7.3-cli",
|
|
||||||
"php7.3-mysql",
|
|
||||||
"php7.3-imap",
|
|
||||||
"python3-pip",
|
"python3-pip",
|
||||||
"php7.3-gd",
|
"php7.4-cli",
|
||||||
"php7.3-ldap",
|
"php7.4-mysql",
|
||||||
"php7.3-zip",
|
"php7.4-imap",
|
||||||
"php7.3-mbstring",
|
"php7.4-gd",
|
||||||
|
"php7.4-ldap",
|
||||||
|
"php7.4-zip",
|
||||||
|
"php7.4-mbstring",
|
||||||
]
|
]
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
|
|
Loading…
Add table
Reference in a new issue