mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Fix
This commit is contained in:
parent
0a9320cdea
commit
cfe2e5e5bb
2 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php7.4-fpm",
|
"php8.0-fpm",
|
||||||
"postgresql",
|
"postgresql",
|
||||||
"metronome"
|
"metronome"
|
||||||
],
|
],
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
YNH_PHP_VERSION="7.4"
|
YNH_PHP_VERSION="8.0"
|
||||||
|
|
||||||
YNH_COMPOSER_VERSION="2.2.5"
|
YNH_COMPOSER_VERSION="2.4.3"
|
||||||
|
|
||||||
php_dependencies="php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-xml"
|
php_dependencies="php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-xml"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue