From 8d01cdc03c04b2997e564ce161f39c755c499122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 11:49:30 +0000 Subject: [PATCH] Update monolog/monolog requirement from ^1.26.1 to ^2.9.1 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/1.26.1...2.9.1) --- updated-dependencies: - dependency-name: monolog/monolog 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 9d39f51a..ce000c08 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "require-dev": { "doctrine/annotations": "^1.13", "doctrine/orm": "^2.5", - "monolog/monolog": "^1.26.1", + "monolog/monolog": "^2.9.1", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12.58", "phpstan/phpstan-phpunit": "^0.12.11",