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

Update php to 8.2, Composer to 2.4.3

This commit is contained in:
Salamandar 2024-03-23 22:11:19 +01:00
parent 737240eaef
commit b05c67f191
2 changed files with 8 additions and 7 deletions

View file

@ -67,12 +67,13 @@ ram.runtime = "50M"
[resources.apt]
packages = [
"php7.4-curl",
"php7.4-mbstring",
"php7.4-imagick",
"php7.4-gd",
"php7.4-pgsql",
"php7.4-xml",
"php8.2-curl",
"php8.2-mbstring",
"php8.2-imagick",
"php8.2-gd",
"php8.2-dom",
"php8.2-pgsql",
"php8.2-xml",
"postgresql",
"postgresql-contrib",
"apt-transport-https",

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
YNH_COMPOSER_VERSION="2.2.5"
YNH_COMPOSER_VERSION="2.4.3"
#=================================================
# PERSONAL HELPERS