From 9f35e591d6f3562055588e0ba9df4f345f901755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 11 May 2024 11:53:57 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 0346db6..7d6bc29 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,8 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="8.2" +#YNH_PHP_VERSION="8.2" +phpversion="8.2" YNH_COMPOSER_VERSION="2.6.5"