From 4020f51aa1e056488f5828dcbca7def1703f5206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:20:21 +0000 Subject: [PATCH] Update monolog/monolog requirement from 2.9.1 to 2.9.2 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/2.9.1...2.9.2) --- updated-dependencies: - dependency-name: monolog/monolog 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 a2ce80f..72a0754 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,6 @@ "twig/extensions": "1.5.*", "filp/whoops": "~1.1.10", "restcord/restcord": "dev-master", - "monolog/monolog": "2.9.1" + "monolog/monolog": "2.9.2" } }