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.3
This commit is contained in:
parent
366ec145a1
commit
1846a0d58e
1 changed files with 11 additions and 11 deletions
|
@ -77,17 +77,17 @@ ram.runtime = "80M"
|
|||
|
||||
[resources.apt]
|
||||
packages = [
|
||||
"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",
|
||||
"php8.3-gd",
|
||||
"php8.3-intl",
|
||||
"php8.3-json",
|
||||
"php8.3-mbstring",
|
||||
"php8.3-pdo",
|
||||
"php8.3-zip",
|
||||
"php8.3-xml",
|
||||
"php8.3-xsl",
|
||||
"php8.3-ldap",
|
||||
"php8.3-mysql",
|
||||
"php8.3-sqlite3",
|
||||
"mariadb-server",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue