From eafd91109059ccf13563ea9effd40eb3ddc5c166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:35:46 +0000 Subject: [PATCH] Update simplesamlphp/assert requirement Updates the requirements on [simplesamlphp/assert](https://github.com/simplesamlphp/assert) to permit the latest version. Updates `simplesamlphp/assert` to 2.0.2 - [Release notes](https://github.com/simplesamlphp/assert/releases) - [Commits](https://github.com/simplesamlphp/assert/compare/v1.9.0...v2.0.2) --- updated-dependencies: - dependency-name: simplesamlphp/assert dependency-version: 2.0.2 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 2e8bbe6..f9f2489 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "ext-openssl": "*", "ext-pdo": "*", - "simplesamlphp/assert": "~1.9", + "simplesamlphp/assert": "~2.0", "simplesamlphp/simplesamlphp": "~2.5@RC", "spomky-labs/cbor-php": "~3.2", "spomky-labs/pki-framework": "~1.4",