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]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
"php7.4-curl",
|
"php8.2-curl",
|
||||||
"php7.4-mbstring",
|
"php8.2-mbstring",
|
||||||
"php7.4-imagick",
|
"php8.2-imagick",
|
||||||
"php7.4-gd",
|
"php8.2-gd",
|
||||||
"php7.4-pgsql",
|
"php8.2-pgsql",
|
||||||
"php7.4-xml",
|
"php8.2-xml",
|
||||||
"postgresql",
|
"postgresql",
|
||||||
"postgresql-contrib",
|
"postgresql-contrib",
|
||||||
"apt-transport-https",
|
"apt-transport-https",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
YNH_COMPOSER_VERSION="2.2.5"
|
YNH_COMPOSER_VERSION="2.6"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Reference in a new issue