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

Update manifest.toml

Upgrade php to v8.2
This commit is contained in:
CodeShakingSheep 2024-06-10 10:57:49 -05:00 committed by GitHub
parent 5e0b3ca638
commit 2d31e9e1b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,17 +77,17 @@ ram.runtime = "80M"
[resources.apt]
packages = [
"php8.1-gd",
"php8.1-intl",
"php8.1-json",
"php8.1-mbstring",
"php8.1-pdo",
"php8.1-zip",
"php8.1-xml",
"php8.1-xsl",
"php8.1-ldap",
"php8.1-mysql",
"php8.1-sqlite3",
"php8.2-gd",
"php8.2-intl",
"php8.2-json",
"php8.2-mbstring",
"php8.2-pdo",
"php8.2-zip",
"php8.2-xml",
"php8.2-xsl",
"php8.2-ldap",
"php8.2-mysql",
"php8.2-sqlite3",
"mariadb-server",
]