mirror of
https://github.com/YunoHost-Apps/cachet_ynh.git
synced 2024-09-03 18:16:03 +02:00
Update manifest.toml
This commit is contained in:
parent
75ee1b3a6d
commit
1752e23303
1 changed files with 6 additions and 6 deletions
|
@ -69,12 +69,12 @@ ram.runtime = "50M"
|
|||
[resources.apt]
|
||||
packages = [
|
||||
"mariadb-server",
|
||||
"php8.2",
|
||||
"php8.2-gd",
|
||||
"php8.2-mbstring",
|
||||
"php8.2-xml",
|
||||
"php8.2-mysql",
|
||||
"php8.2-sqlite3"
|
||||
"php7.4",
|
||||
"php7.4-gd",
|
||||
"php7.4-mbstring",
|
||||
"php7.4-xml",
|
||||
"php7.4-mysql",
|
||||
"php7.4-sqlite3"
|
||||
]
|
||||
|
||||
[resources.database]
|
||||
|
|
Loading…
Add table
Reference in a new issue