1
0
Fork 0
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:
yalh76 2022-07-17 03:00:40 +02:00
parent bc5bb692e5
commit d8a3bb0cdf
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"en": "Photo-management-system to manage and share 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/",
"upstream": {
"license": "MIT",
@ -26,7 +26,7 @@
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm",
"php7.4-fpm",
"mysql"
],
"arguments": {

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="8.0"
YNH_PHP_VERSION="7.4"
# Composer version
YNH_COMPOSER_VERSION="2.3.5"