From 3174a756027e293f4493d3695dea0216bc6549e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:50:36 +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 1.8.1 - [Release notes](https://github.com/simplesamlphp/assert/releases) - [Commits](https://github.com/simplesamlphp/assert/compare/v1.7.0...v1.8.1) --- updated-dependencies: - dependency-name: simplesamlphp/assert 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 2d6aa05..2174de9 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "composer/composer": "~2.8.3", "composer-plugin-api": "~2.6.0", - "simplesamlphp/assert": "~1.7.0" + "simplesamlphp/assert": "~1.8.1" }, "require-dev": { "simplesamlphp/simplesamlphp-test-framework": "~1.8.0"