1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00
This commit is contained in:
Éric Gaspar 2024-06-17 15:01:06 +02:00
parent 199dfd6f4a
commit 55f97761d4
3 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ name = "2FAuth"
description.en = "self-hosted alternative to One Time Passcode" description.en = "self-hosted alternative to One Time Passcode"
description.fr = "Alternative auto-hébergée a One Time Passcode" description.fr = "Alternative auto-hébergée a One Time Passcode"
version = "5.2.0~ynh1" version = "5.2.0~ynh2"
maintainers = [] maintainers = []
@ -61,7 +61,7 @@ ram.runtime = "50M"
api.auth_header = false api.auth_header = false
[resources.apt] [resources.apt]
packages = "mariadb-server, php8.2-bcmath, php8.2-xml, php8.2-mbstring, php8.2-gd, php8.2-mysql, php8.2-curl" packages = "mariadb-server, php8.3-bcmath, php8.3-xml, php8.3-mbstring, php8.3-gd, php8.3-mysql, php8.3-curl"
[resources.database] [resources.database]
type = "mysql" type = "mysql"