From 5a3301ddca4b09bf6d990e3e16448bb9326967ce Mon Sep 17 00:00:00 2001 From: Pieter van der Meulen Date: Mon, 25 Nov 2024 14:22:01 +0100 Subject: [PATCH] Update saml2 to 4.6.13 --- composer.lock | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index c94b49b7..1a2b4bfb 100644 --- a/composer.lock +++ b/composer.lock @@ -2537,16 +2537,16 @@ }, { "name": "simplesamlphp/saml2", - "version": "v4.6.12", + "version": "v4.6.13", "source": { "type": "git", "url": "https://github.com/simplesamlphp/saml2.git", - "reference": "9545abd0d9d48388f2fa00469c5c1e0294f0303e" + "reference": "f32fdf3b86b156adfb982a09c902790dc6562b34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/9545abd0d9d48388f2fa00469c5c1e0294f0303e", - "reference": "9545abd0d9d48388f2fa00469c5c1e0294f0303e", + "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/f32fdf3b86b156adfb982a09c902790dc6562b34", + "reference": "f32fdf3b86b156adfb982a09c902790dc6562b34", "shasum": "" }, "require": { @@ -2558,6 +2558,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", @@ -2589,9 +2592,9 @@ "description": "SAML2 PHP library from SimpleSAMLphp", "support": { "issues": "https://github.com/simplesamlphp/saml2/issues", - "source": "https://github.com/simplesamlphp/saml2/tree/v4.6.12" + "source": "https://github.com/simplesamlphp/saml2/tree/v4.6.13" }, - "time": "2024-04-25T14:10:08+00:00" + "time": "2024-11-20T21:03:56+00:00" }, { "name": "spomky-labs/pki-framework",