From f09021bacae3c54e5810af67ecf8487c5cc77b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20Palacios=20P=C3=A9rez?= Date: Mon, 16 Oct 2023 16:50:44 -0600 Subject: [PATCH] chore: include monolog 3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8c6c6ef..842c158 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.6", - "monolog/monolog": "^2.0", + "monolog/monolog": "^2.0|^3.0", "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^9.4" },