From 1b82f14d6491550f62d00d733fecc14d98ac138b Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Thu, 27 Jul 2023 13:03:44 +0200 Subject: [PATCH] Bump dependencies --- composer.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 9f9487c..c038551 100644 --- a/composer.json +++ b/composer.json @@ -31,13 +31,14 @@ } }, "require": { - "php": ">=7.4 || ^8.0", - "simplesamlphp/simplesamlphp": "^2.0.0-rc2", - "simplesamlphp/composer-module-installer": "^1.3.2", - "simplesamlphp/assert": "^0.8.0" + "php": "^8.0", + + "simplesamlphp/assert": "^1.0.0", + "simplesamlphp/simplesamlphp": "*", + "simplesamlphp/composer-module-installer": "^1.3.2" }, "require-dev": { - "simplesamlphp/simplesamlphp-test-framework": "~1.2.1" + "simplesamlphp/simplesamlphp-test-framework": "~1.5.4" }, "support": { "issues": "https://github.com/simplesamlphp/simplesamlphp-module-discopower/issues",