From 70a4c8820c5f7557c39aac7eacd840b400e9d880 Mon Sep 17 00:00:00 2001 From: ivan-serevko Date: Thu, 25 Apr 2024 22:50:37 +0300 Subject: [PATCH] support Monolog 3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 142524c..9349844 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ } ], "require": { - "php": ">=8.1", + "php": ">=8.0", "twilio/sdk": "6.33.0", "ratchet/pawl": "^0.4.1", "monolog/monolog": "^1.24 || ^2.0 || ^3.0",