mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Back to PHP 7.4
This commit is contained in:
parent
bc5bb692e5
commit
d8a3bb0cdf
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
"en": "Photo-management-system to manage and share photos",
|
"en": "Photo-management-system to manage and share photos",
|
||||||
"fr": "Système de gestion de photos pour gérer et partager des photos"
|
"fr": "Système de gestion de photos pour gérer et partager des photos"
|
||||||
},
|
},
|
||||||
"version": "4.4.0~ynh4",
|
"version": "4.4.0~ynh5",
|
||||||
"url": "https://lycheeorg.github.io/",
|
"url": "https://lycheeorg.github.io/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php8.0-fpm",
|
"php7.4-fpm",
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
YNH_PHP_VERSION="8.0"
|
YNH_PHP_VERSION="7.4"
|
||||||
|
|
||||||
# Composer version
|
# Composer version
|
||||||
YNH_COMPOSER_VERSION="2.3.5"
|
YNH_COMPOSER_VERSION="2.3.5"
|
||||||
|
|
Loading…
Add table
Reference in a new issue