1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plainpad_ynh.git synced 2024-09-03 20:05:53 +02:00

Revert to php 8.0

This commit is contained in:
Salamandar 2024-06-22 12:45:47 +02:00
parent 9dc48647e0
commit cb68a4dc05

View file

@ -67,12 +67,12 @@ ram.runtime = "50M"
[resources.apt]
packages = [
"mariadb-server",
"php8.2-zip",
"php8.2-fileinfo",
"php8.2-xml",
"php8.2-bcmath",
"php8.2-mbstring",
"php8.2-mysql",
"php8.0-zip",
"php8.0-fileinfo",
"php8.0-xml",
"php8.0-bcmath",
"php8.0-mbstring",
"php8.0-mysql",
]
[resources.database]