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

Merge pull request #105 from orhtej2/patch-2

Fix `bookworm` compatibility
This commit is contained in:
Alexandre Aubin 2024-05-01 23:46:46 +02:00 committed by GitHub
commit 3dc2df7c57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 8 deletions

View file

@ -0,0 +1 @@

View file

@ -87,14 +87,15 @@ ram.runtime = "50M"
[resources.apt]
packages = [
"python3-pip",
"php7.4-cli",
"php7.4-fpm",
"php7.4-mysql",
"php7.4-imap",
"php7.4-gd",
"php7.4-ldap",
"php7.4-zip",
"php7.4-mbstring",
"php8.2-cli",
"php8.2-fpm",
"php8.2-mysql",
"php8.2-imap",
"php8.2-gd",
"php8.2-ldap",
"php8.2-zip",
"php8.2-mbstring",
"php8.2-xml",
"mariadb-server",
]