From 1632bf5a831be7f9c12874861fa50694ad9c5452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:17:09 +0000 Subject: [PATCH] Update beste/clock requirement in the development-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:development dependency-group: development-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 dffbe2f..d48535e 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "symfony/http-foundation": "~7.4" }, "require-dev": { - "beste/clock": "~3.0", + "beste/clock": "~4.0", "mockery/mockery": "~1.6", "simplesamlphp/simplesamlphp-test-framework": "~1.11" },