From 1357aed595c6dae179e852148636f6da5b792a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 08:14:59 +0000 Subject: [PATCH] Update monolog/monolog requirement from ^1.0.0 || ^2.0.0 to ^1.0.0 || ^2.0.0 || ^3.0.0 Updates the requirements on [monolog/monolog](https://github.com/Seldaek/monolog) to permit the latest version. - [Release notes](https://github.com/Seldaek/monolog/releases) - [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md) - [Commits](https://github.com/Seldaek/monolog/commits/3.10.0) --- updated-dependencies: - dependency-name: monolog/monolog dependency-version: 3.10.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bf8a17c4..c12fdb49 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "psr/log" : "^1.0 || ^2.0 || ^3.0" }, "require-dev" : { - "monolog/monolog" : "^1.0.0 || ^2.0.0", + "monolog/monolog" : "^1.0.0 || ^2.0.0 || ^3.0.0", "phpunit/phpunit" : ">=7.5", "phpstan/phpstan" : "^1.5" },