1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

Added php8.2-gmp to resources.apt in manifest.toml

This commit is contained in:
dragondaddy 2023-12-17 20:46:57 +01:00
parent 1d263d1c5a
commit 006be7458b
2 changed files with 3 additions and 4 deletions

View file

@ -5,7 +5,7 @@ name = "Streams"
description.en = "Open source fediverse server"
description.fr = "Serveur fediverse open source"
version = "23.11.14~ynh1"
version = "23.12.17~ynh1"
maintainers = ["Papa Dragon"]
@ -50,7 +50,7 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "php8.2-mbstring, php8.2-cli, php8.2-imagick, php8.2-xml, php8.2-zip, php8.2-curl, php8.2-ldap, php8.2-gd, mariadb-server, php8.2-mysql"
packages = "php8.2-mbstring, php8.2-cli, php8.2-imagick, php8.2-xml, php8.2-zip, php8.2-curl, php8.2-ldap, php8.2-gd, mariadb-server, php8.2-mysql php8.2-gmp"
[resources.database]
type = "mysql"

View file

@ -13,6 +13,5 @@ test_format = 1.0
# Default args to use for install
# -------------------------------
test_upgrade_from.5112b799be49c5768416ca8c23efd0afbba9cfb5.name = "Upgrade from 23.11.05~ynh3"
test_upgrade_from.d9393d31c20fca899e8e13650cb79f2c0846e81a.name = "Upgrade from 23.11.11~ynh1"
test_upgrade_from.00ccbbeb7e3da0209698ff12cdeb274a27f048af.name = "Upgrade from 23.11.14~ynh1"