From b92ffb3aa31a09b81def8ce761001896def91876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 23:32:51 +0000 Subject: [PATCH] Update simplesamlphp/xml-common requirement Updates the requirements on [simplesamlphp/xml-common](https://github.com/simplesamlphp/xml-common) to permit the latest version. Updates `simplesamlphp/xml-common` to 3.0.1 - [Release notes](https://github.com/simplesamlphp/xml-common/releases) - [Commits](https://github.com/simplesamlphp/xml-common/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: simplesamlphp/xml-common dependency-version: 3.0.1 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a5ceba15..6fd67ba4 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "ext-spl": "*", "simplesamlphp/assert": "~3.0", - "simplesamlphp/xml-common": "3.0" + "simplesamlphp/xml-common": "3.0.1" }, "require-dev": { "simplesamlphp/simplesamlphp-test-framework": "~2.0"