1
0
Fork 0
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:
Félix Piédallu 2024-01-23 16:48:25 +01:00
parent 09d3c1e7ca
commit da1c4801c5

View file

@ -83,14 +83,14 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
[resources.apt]
packages = [
"php7.3-cli",
"php7.3-mysql",
"php7.3-imap",
"python3-pip",
"php7.3-gd",
"php7.3-ldap",
"php7.3-zip",
"php7.3-mbstring",
"php7.4-cli",
"php7.4-mysql",
"php7.4-imap",
"php7.4-gd",
"php7.4-ldap",
"php7.4-zip",
"php7.4-mbstring",
]
[resources.database]