From e9d3ffdf72c9f27a56f6a16dbaddaa8403390d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:37:10 +0000 Subject: [PATCH] fix(deps): Update monolog/monolog requirement from ^3.0 to ^3.9 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/compare/3.0.0...3.9.0) --- updated-dependencies: - dependency-name: monolog/monolog dependency-version: 3.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eec6a2e..bb3fed9 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": "^8.3", "ext-iconv": "*", "bgalati/monolog-sentry-handler": "^2.1", - "monolog/monolog": "^3.0", + "monolog/monolog": "^3.9", "nyholm/psr7": "^1.2.1", "psr/log": "^3.0", "sentry/sentry": "^4.6.1",