From 0ec258b3cc7f896aa2cb0cbb4d09d9907b8aea54 Mon Sep 17 00:00:00 2001 From: chaz6chez Date: Mon, 1 Apr 2024 18:52:36 +0800 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7f196a0..cb95f9a 100644 --- a/composer.json +++ b/composer.json @@ -17,9 +17,9 @@ "require": { "php": ">=7.4", "ext-json": "*", - "guzzlehttp/promises": "^1.5", + "guzzlehttp/promises": "^1.5 | ^2.0", "guzzlehttp/guzzle": "^7.4", - "workerman/http-client": "^1.0", + "workerman/http-client": "^1.0 | ^2.0", "monolog/monolog": "^2.8", "ext-mbstring": "*" },