1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cheky_ynh.git synced 2024-09-03 18:16:00 +02:00

Bump to php 8.2, add dependency on php8.2-mbstring

This commit is contained in:
Félix Piédallu 2023-10-03 10:49:31 +02:00 committed by Salamandar
parent dc1f30c8aa
commit a204c4edea

View file

@ -60,8 +60,9 @@ ram.runtime = "10M"
[resources.apt]
packages = [
"mariadb-server",
"php7.4",
"php7.4-fpm",
"php8.2",
"php8.2-fpm",
"php8.2-mbstring",
]
[resources.database]