From 4e41f07c26100558e5de1fa9a45e678476c6d025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 20:09:31 +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 1.27.0 - [Release notes](https://github.com/simplesamlphp/xml-common/releases) - [Commits](https://github.com/simplesamlphp/xml-common/compare/v1.26.0...v1.27.0) --- updated-dependencies: - dependency-name: simplesamlphp/xml-common dependency-version: 1.27.0 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 1573e70..ca112b6 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "simplesamlphp/assert": "~1.8.1", "simplesamlphp/saml2": "~5.0.0", - "simplesamlphp/xml-common": "~1.26.0" + "simplesamlphp/xml-common": "~1.27.0" }, "require-dev": { "mockery/mockery": "~1.6.12",