From e6ba2554b4bfd7f5acff163cf63bac5630e39194 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Sun, 4 Jun 2023 23:32:57 +0200 Subject: [PATCH] Bump xml-common --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e613271..d8e07fd 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ "php": "^8.0", "ext-dom": "*", - "simplesamlphp/xml-common": "^1.11.5", - "simplesamlphp/assert": "^1.0.4" + "simplesamlphp/assert": "^1.0.4", + "simplesamlphp/xml-common": "^1.12.0" }, "require-dev": { "simplesamlphp/simplesamlphp-test-framework": "^1.5.5"