From dbec600aec1e2559939a018c3ba31b2be8cdadd3 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Tue, 5 Dec 2023 18:59:14 +0100 Subject: [PATCH] Prepare release --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 800f6d4..5ad5ad6 100644 --- a/composer.json +++ b/composer.json @@ -33,12 +33,12 @@ "require": { "php": "^8.0", - "simplesamlphp/assert": "^1.0.4", - "simplesamlphp/simplesamlphp": "^3@dev", - "whitehat101/apr1-md5": "~1.0" + "simplesamlphp/assert": "^1.0", + "simplesamlphp/simplesamlphp": "^2.1", + "whitehat101/apr1-md5": "^1.0" }, "require-dev": { - "simplesamlphp/simplesamlphp-test-framework": "^1.5.1" + "simplesamlphp/simplesamlphp-test-framework": "^1.5" }, "support": { "issues": "https://github.com/simplesamlphp/simplesamlphp-module-authcrypt/issues",