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:
parent
dc1f30c8aa
commit
a204c4edea
1 changed files with 3 additions and 2 deletions
|
@ -60,8 +60,9 @@ ram.runtime = "10M"
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
"mariadb-server",
|
"mariadb-server",
|
||||||
"php7.4",
|
"php8.2",
|
||||||
"php7.4-fpm",
|
"php8.2-fpm",
|
||||||
|
"php8.2-mbstring",
|
||||||
]
|
]
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
|
|
Loading…
Add table
Reference in a new issue