From 694e7737f31ae2572209adb56c8de60b8d143ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:47:22 +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.25.0 - [Release notes](https://github.com/simplesamlphp/xml-common/releases) - [Commits](https://github.com/simplesamlphp/xml-common/compare/v1.24.2...v1.25.0) --- updated-dependencies: - dependency-name: simplesamlphp/xml-common dependency-version: 1.25.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 bf9cc34..e149cad 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "simplesamlphp/assert": "~1.8.1", "simplesamlphp/composer-module-installer": "~1.3.6", "simplesamlphp/simplesamlphp": "~2.4.0", - "simplesamlphp/xml-common": "~1.24.2", + "simplesamlphp/xml-common": "~1.25.0", "symfony/http-foundation": "~6.4.0", "symfony/var-exporter": "~6.4.0" },