From cc6ad34b4f8f36d1129ac21da39bd56fdd7dec46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:29:12 +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.23.1 - [Release notes](https://github.com/simplesamlphp/xml-common/releases) - [Commits](https://github.com/simplesamlphp/xml-common/compare/v1.22.0...v1.23.1) --- updated-dependencies: - dependency-name: simplesamlphp/xml-common 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 a079f0e..b1dc14f 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "simplesamlphp/assert": "^1.6", "simplesamlphp/composer-xmlprovider-installer": "~1.0.0", - "simplesamlphp/xml-common": "~1.22.0" + "simplesamlphp/xml-common": "~1.23.1" }, "require-dev": { "simplesamlphp/simplesamlphp-test-framework": "^1.8"