From c6725b9a5d569be73c62e648c44e9856ce6141b3 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Tue, 10 Aug 2021 09:19:48 +0200 Subject: [PATCH] Bump saml2-library --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 6f4d00c01..b59bcddf8 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "gettext/gettext": "^4.6", "phpmailer/phpmailer": "^6.1", "simplesamlphp/assert": "^0.2.6", - "simplesamlphp/saml2": "^4.2.2", + "simplesamlphp/saml2": "^4.2.3", "simplesamlphp/twig-configurable-i18n": "^2.3", "symfony/cache": "^4.0 || ^5.0", "symfony/config": "^4.0 || ^5.0", diff --git a/composer.lock b/composer.lock index 1dc5480e8..241f351dd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f875fdfac270abb5f875854cf1286fc6", + "content-hash": "e425394cf88dd3a94d731868d6b880f5", "packages": [ { "name": "gettext/gettext", @@ -523,16 +523,16 @@ }, { "name": "simplesamlphp/saml2", - "version": "v4.2.2", + "version": "v4.2.3", "source": { "type": "git", "url": "https://github.com/simplesamlphp/saml2.git", - "reference": "8958eee3338e7f49365205a42678870e6b0af634" + "reference": "04d0ed6c5e51cbb328afe1bdcba2cc7bd84d7e87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/8958eee3338e7f49365205a42678870e6b0af634", - "reference": "8958eee3338e7f49365205a42678870e6b0af634", + "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/04d0ed6c5e51cbb328afe1bdcba2cc7bd84d7e87", + "reference": "04d0ed6c5e51cbb328afe1bdcba2cc7bd84d7e87", "shasum": "" }, "require": { @@ -575,9 +575,9 @@ "description": "SAML2 PHP library from SimpleSAMLphp", "support": { "issues": "https://github.com/simplesamlphp/saml2/issues", - "source": "https://github.com/simplesamlphp/saml2/tree/v4.2.2" + "source": "https://github.com/simplesamlphp/saml2/tree/v4.2.3" }, - "time": "2021-08-06T15:16:51+00:00" + "time": "2021-08-10T07:09:22+00:00" }, { "name": "simplesamlphp/twig-configurable-i18n", -- GitLab