From 4c1ac8535bb47fdf1ae9ff44cf151df99aeffdbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 08:05:46 +0000 Subject: [PATCH] Update simplesamlphp/xml-security requirement Updates the requirements on [simplesamlphp/xml-security](https://github.com/simplesamlphp/xml-security) to permit the latest version. Updates `simplesamlphp/xml-security` to 1.12.0 - [Release notes](https://github.com/simplesamlphp/xml-security/releases) - [Commits](https://github.com/simplesamlphp/xml-security/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: simplesamlphp/xml-security 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 744df1d25..f4017bf25 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "psr/log": "^2.0 || ^3.0", "simplesamlphp/assert": "~1.6.0", "simplesamlphp/xml-common": "~1.22.0", - "simplesamlphp/xml-security": "~1.11.0", + "simplesamlphp/xml-security": "~1.12.0", "simplesamlphp/xml-soap": "~1.5.6" }, "require-dev": {