From 713815fbec62caf0fa71a74a5a3d05351cdf3b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 14:54:43 +0000 Subject: [PATCH] Update monolog/monolog requirement from ^2.4 to ^2.5 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/2.x/CHANGELOG.md) - [Commits](https://github.com/Seldaek/monolog/compare/2.4.0...2.5.0) --- 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 b8cd676c..df0a65f2 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require": { "php": "^7.4 || ^8.0", "ext-json": "*", - "monolog/monolog": "^2.4", + "monolog/monolog": "^2.5", "php-di/php-di": "^6.4", "slim/psr7": "^1.5", "slim/slim": "^4.10"