From 83ac0708fc67b941955b6217d0a8932ea639dac4 Mon Sep 17 00:00:00 2001 From: Pieter van der Meulen Date: Fri, 22 Nov 2024 10:56:18 +0100 Subject: [PATCH] Update saml2 lib --- composer.lock | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index c7ef1f6a..2c2a6592 100644 --- a/composer.lock +++ b/composer.lock @@ -1821,16 +1821,16 @@ }, { "name": "simplesamlphp/saml2", - "version": "v4.6.11", + "version": "v4.6.13", "source": { "type": "git", "url": "https://github.com/simplesamlphp/saml2.git", - "reference": "1b5d48753c78d02e88667068e633531c233141fb" + "reference": "f32fdf3b86b156adfb982a09c902790dc6562b34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/1b5d48753c78d02e88667068e633531c233141fb", - "reference": "1b5d48753c78d02e88667068e633531c233141fb", + "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/f32fdf3b86b156adfb982a09c902790dc6562b34", + "reference": "f32fdf3b86b156adfb982a09c902790dc6562b34", "shasum": "" }, "require": { @@ -1842,6 +1842,9 @@ "robrichards/xmlseclibs": "^3.1.1", "webmozart/assert": "^1.9" }, + "conflict": { + "robrichards/xmlseclibs": "3.1.2" + }, "require-dev": { "mockery/mockery": "^1.3", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", @@ -1873,9 +1876,9 @@ "description": "SAML2 PHP library from SimpleSAMLphp", "support": { "issues": "https://github.com/simplesamlphp/saml2/issues", - "source": "https://github.com/simplesamlphp/saml2/tree/v4.6.11" + "source": "https://github.com/simplesamlphp/saml2/tree/v4.6.13" }, - "time": "2024-01-25T19:39:46+00:00" + "time": "2024-11-20T21:03:56+00:00" }, { "name": "surfnet/stepup-saml-bundle",