1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prettynoemiecms_ynh.git synced 2024-09-03 20:06:36 +02:00

bump php to 7.4

This commit is contained in:
Salamandar 2024-01-03 22:35:54 +01:00
parent 98917dab93
commit c69581880d

View file

@ -67,8 +67,8 @@ ram.runtime = "50M"
[resources.apt]
packages = [
"git",
"php7.3-cli",
"php7.3-common",
"php7.3-intl",
"php7.3-json"
"php7.4-cli",
"php7.4-common",
"php7.4-intl",
"php7.4-json"
]