From 934ae3d2341a44601f77376bec44a8d639fc3c5f 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 12:33:33 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index a677a90..267eff9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # PHP version required by FIII Data Importer -YNH_PHP_VERSION="8.3" +phpversion="8.3" # Composer version YNH_COMPOSER_VERSION="2.5.4"