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

Update manifest.toml : add dependency to php8.2-mbstring

This commit is contained in:
Alexandre Aubin 2023-11-18 15:14:19 +01:00 committed by GitHub
parent 29d4e2e81c
commit 9223db532b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "mariadb-server, php8.2-mysql, php8.2-gd"
packages = "mariadb-server, php8.2-mysql, php8.2-gd, php8.2-mbstring"
[resources.database]
type = "mysql"