From 455fa3d329e5f6dedc93db9b07401d8d0d6fcccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:39:43 +0000 Subject: [PATCH] Update monolog/monolog requirement from ^1.27 to ^1.27 || ^2.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/compare/1.27.0...2.9.2) --- 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 2e72316f21..d77e9341c3 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "require-dev" : { "ext-sqlite3": "*", "friendsofphp/php-cs-fixer": "^2.19", - "monolog/monolog": "^1.27", + "monolog/monolog": "^1.27 || ^2.0", "phpstan/phpstan": "^0.12 || ^1.0", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6"