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

adapt php dependencies

This commit is contained in:
Thomas 2024-05-03 08:14:44 +02:00 committed by GitHub
parent 2c4f760716
commit 8b9122de84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,30 +58,36 @@ ram.runtime = "200M"
packages = [ packages = [
"brotli", "brotli",
"zopfli", "zopfli",
"php-bcmath", "php8.1",
"php8.3-curl", "php8.1-bcmath"
"php8.3-ctype", "php8.1-curl"
"php8.3-dev", "php8.1-ctype"
"php8.3-dom", "php8.1-dev"
"php8.3-exif", "php8.1-dom"
"php8.3-gd", "php8.1-exif"
"php8.3-gettext", "php8.1-gd"
"php8.3-fileinfo", "php8.1-gettext"
"php8.3-fpm", "php8.1-fileinfo"
"php8.3-json", "php8.1-fpm"
"php8.3-intl", "php8.1-iconv"
"php8.3-ldap", "php8.1-json"
"php8.3-mbstring", "php8.1-intl"
"php8.3-opcache", "php8.1-ldap"
"php8.3-mysql", "php8.1-mbstring"
"php8.3-imagick", "php8.1-opcache"
"php8.3-phar", "php8.1-openssl"
"php8.3-redis", "php8.1-pdo_mysql"
"php8.3-simplexml", "php8.1-pecl-imagick"
"php8.3-tokenizer", "php8.1-phar"
"php8.3-xml", "php8.1-redis"
"php8.3-xmlwriter", "php8.1-simplexml"
"php8.3-zip", "php8.1-session"
"php8.1-sodium"
"php8.1-tokenizer"
"php8.1-xml"
"php8.1-xmlwriter"
"php8.1-zip"
"php8.1-zlib"
"mariadb-server" "mariadb-server"
] ]