1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Set PHP version to 8.2

This commit is contained in:
CodeShakingSheep 2024-06-10 10:11:52 -05:00
parent 02268cce8b
commit 83b8e1a136

View file

@ -116,7 +116,7 @@ ram.runtime = "1G"
cli.default = 5766
[resources.apt]
packages = ["coturn", "acl", "postgresql", "php-fpm",
packages = ["coturn", "acl", "postgresql", "php8.2-fpm",
"python3-dev", "python3-venv", "python3-pip", "python3-setuptools", "python3-lxml",
"build-essential", "libffi-dev", "libssl-dev", "libxml2-dev", "libxslt1-dev", "zlib1g-dev", "libjpeg-dev", "libpq-dev"]