From 4a1287c80672ede3a87d939b40ccef7105bdc4c0 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Thu, 9 Jan 2025 23:41:10 +0100 Subject: [PATCH] Bump dependencies --- composer.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 9786a3b..c70a8d6 100644 --- a/composer.json +++ b/composer.json @@ -40,21 +40,20 @@ "beste/clock": "^3.0", "psr/clock": "^1.0", - "simplesamlphp/assert": "^1.1", - "simplesamlphp/saml11": "^1.0", + "simplesamlphp/assert": "~1.8.0", + "simplesamlphp/saml11": "~1.2.0", "simplesamlphp/saml2": "^5@dev", - "simplesamlphp/simplesamlphp": "^2.4", - "simplesamlphp/ws-security": "^1.6", - "simplesamlphp/xml-common": "^1.16", - "simplesamlphp/xml-security": "^1.9", - "simplesamlphp/xml-soap": "^1.5", - "simplesamlphp/xml-wsdl": "^1.1", - "simplesamlphp/ws-security": "^1.7", + "simplesamlphp/simplesamlphp": "~2.4.0", + "simplesamlphp/ws-security": "~1.8.0", + "simplesamlphp/xml-common": "~1.24.0", + "simplesamlphp/xml-security": "~1.13.0", + "simplesamlphp/xml-soap": "~1.7.0", + "simplesamlphp/xml-wsdl": "~1.2.0", + "simplesamlphp/ws-security": "~1.9.0", "symfony/http-foundation": "^6.4" }, "require-dev": { - "simplesamlphp/simplesamlphp-test-framework": "^1.6", - "simplesamlphp/xml-security": "^1.7" + "simplesamlphp/simplesamlphp-test-framework": "~1.8.0" }, "support": { "issues": "https://github.com/simplesamlphp/simplesamlphp-module-adfs/issues", @@ -64,5 +63,6 @@ "branch-alias": { "dev-master": "3.0.x-dev" } - } + }, + "version": "2.4.0" }