From 487bed8fc66b7aaa0c238f66a04ffc62a1b18e3d Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Sat, 29 Jul 2023 22:43:43 +0200 Subject: [PATCH] Let's make sure that we call php8.2 to enable ldapauth --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 3b59e88..d16461c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,6 +6,7 @@ # PHP APP SPECIFIC #================================================= +YNH_PHP_VERSION="8.2" YNH_COMPOSER_VERSION="2.5.8" #=================================================