From 677dda2dbd1c4fdf5693adfc1e5a7711c398baca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:55:24 +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 e3a4869..f17f4b2 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "php": "^8.3", "ext-dom": "*", - "beste/clock": "^3.0", + "beste/clock": "^4.0", "psr/clock": "^1.0", "simplesamlphp/assert": "^2.0", "simplesamlphp/saml11": "^2.3",