From 744b3fd13572290ff65dd3546348afa8c7d95678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 05:36:42 +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.1 - [Release notes](https://github.com/simplesamlphp/assert/releases) - [Commits](https://github.com/simplesamlphp/assert/compare/v1.9.0...v2.0.1) --- updated-dependencies: - dependency-name: simplesamlphp/assert dependency-version: 2.0.1 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 e07500f..8774fa3 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "ext-openssl": "*", "ext-pdo": "*", - "simplesamlphp/assert": "^1.9", + "simplesamlphp/assert": "^2.0", "simplesamlphp/simplesamlphp": "^2.5@dev" }, "require-dev": {