mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Bump php to 8.2, composer to 2.6
This commit is contained in:
parent
25908eae81
commit
5d44a2c6b0
2 changed files with 7 additions and 7 deletions
|
@ -67,12 +67,12 @@ 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-pgsql",
|
||||
"php8.2-xml",
|
||||
"postgresql",
|
||||
"postgresql-contrib",
|
||||
"apt-transport-https",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
YNH_COMPOSER_VERSION="2.2.5"
|
||||
YNH_COMPOSER_VERSION="2.6"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Reference in a new issue