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