mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
7.4
This commit is contained in:
parent
ca3ded7034
commit
972a1c1f0d
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php8.0-fpm",
|
"php7.4-fpm",
|
||||||
"postgresql",
|
"postgresql",
|
||||||
"metronome"
|
"metronome"
|
||||||
],
|
],
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
YNH_PHP_VERSION="8.0"
|
YNH_PHP_VERSION="7.4"
|
||||||
|
|
||||||
YNH_COMPOSER_VERSION="2.2.7"
|
YNH_COMPOSER_VERSION="2.2.7"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue