From 7271310c5c5407a3264462eaf21f5115a50c2ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 10 Jul 2024 09:53:04 +0200 Subject: [PATCH] Fix composer version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 8c0910c..7078d8d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_COMPOSER_VERSION="2.6" +YNH_COMPOSER_VERSION="2.7.7" #================================================= # PERSONAL HELPERS