From 7cb08b6d7b2b388d845d2a304d683af200883af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:10:00 +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.7.0 - [Release notes](https://github.com/simplesamlphp/assert/releases) - [Commits](https://github.com/simplesamlphp/assert/compare/v1.6.0...v1.7.0) --- 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 cddf967..6ebc599 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "ext-dom": "*", "ext-spl": "*", - "simplesamlphp/assert": "~1.6.0", + "simplesamlphp/assert": "~1.7.0", "simplesamlphp/xml-common": "~1.23.2" }, "require-dev": {