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 (#107)

Upgrade php to v8.3
This commit is contained in:
CodeShakingSheep 2024-07-30 02:24:34 -05:00 committed by GitHub
parent 81aa88af37
commit dd31b63e78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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