1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phplicensewatcher_ynh.git synced 2024-09-03 19:56:32 +02:00

fix: php7.4 minimum

This commit is contained in:
Salamandar 2024-01-13 12:27:39 +01:00
parent 87cdc14411
commit ded0d770ad

View file

@ -55,7 +55,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
[resources.apt]
packages = [
"php7.3-mysql",
"php7.4-mysql",
"mariadb-server",
]