From 7a9e1f66822d6773f6471c3e1a20f0ec20a9e53b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:31:25 +0000 Subject: [PATCH] Update beste/clock requirement in the production-dependencies group Updates the requirements on [beste/clock](https://github.com/beste/clock) to permit the latest version. Updates `beste/clock` to 4.0.0 - [Release notes](https://github.com/beste/clock/releases) - [Changelog](https://github.com/beste/clock/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/beste/clock/compare/3.0.0...4.0.0) --- updated-dependencies: - dependency-name: beste/clock dependency-version: 4.0.0 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 038735a..e0be328 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "ext-SimpleXML": "*", "ext-session": "*", - "beste/clock": "~3.0", + "beste/clock": "~4.0", "simplesamlphp/assert": "~2.0", "simplesamlphp/composer-module-installer": "~1.7", "simplesamlphp/simplesamlphp": "~2.5",