Skip to content

Commit

Permalink
upgrade simplesaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
w-ensink committed Dec 2, 2024
1 parent e1c6c58 commit c81bea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c81bea7

Please sign in to comment.