1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-06-11 17:12:13 +02:00
parent 35b2c44f52
commit 791c26a913

View file

@ -16,7 +16,7 @@ demo = "https://en.demo.grocy.info/stockoverview"
code = "https://github.com/grocy/grocy"
[integration]
yunohost = ">= 11.1.19"
yunohost = ">= 11.1.20"
architectures = "all"
multi_instance = true
ldap = true
@ -56,4 +56,4 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "php8.1-ldap php8.1-mbstring php8.1-fileinfo php8.1-sqlite3 php8.1-gd php8.1-intl"
packages = "php8.2-ldap php8.2-mbstring php8.2-fileinfo php8.2-sqlite3 php8.2-gd php8.2-intl"