From c81bea77cd8d88f13dc5e2510d856b65022a3cb5 Mon Sep 17 00:00:00 2001 From: Wouter Ensink <46427708+w-ensink@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:41:29 +0100 Subject: [PATCH] upgrade simplesaml version --- setup-php.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-php.sh b/setup-php.sh index 89a3738..2a35185 100755 --- a/setup-php.sh +++ b/setup-php.sh @@ -2,8 +2,8 @@ set -euxo pipefail -wget -c https://github.com/simplesamlphp/simplesamlphp/releases/download/v2.3.3/simplesamlphp-2.3.3-full.tar.gz -O - | tar -xz -mv simplesamlphp-2.3.3 simplesamlphp +wget -c https://github.com/simplesamlphp/simplesamlphp/releases/download/v2.3.4/simplesamlphp-2.3.4-full.tar.gz -O - | tar -xz +mv simplesamlphp-2.3.4 simplesamlphp cd simplesamlphp composer require --no-update cirrusidentity/simplesamlphp-module-authoauth2 && composer update --no-dev cirrusidentity/simplesamlphp-module-authoauth2