From 67a2f94c336281fc4be64cbd24e425b6d0207fa1 Mon Sep 17 00:00:00 2001 From: Deeka Wong Date: Mon, 20 Nov 2023 22:09:46 +0800 Subject: [PATCH] Remove unused dependencies from composer.json (#445) Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com> --- src/sentry/composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/sentry/composer.json b/src/sentry/composer.json index d24e75d4b..fa490351a 100644 --- a/src/sentry/composer.json +++ b/src/sentry/composer.json @@ -22,16 +22,13 @@ "hyperf/exception-handler": "~3.0.0", "hyperf/framework": "~3.0.0", "hyperf/http-server": "~3.0.43", - "hyperf/guzzle": "~3.0.0", "hyperf/support": "~3.0.1", "hyperf/tappable": "~3.0.0", "sentry/sentry": "^4.0" }, "suggest": { "hyperf/crontab": "Required to use the crontab event (~3.0.42).", - "hyperf/database": "Required to use the crontab event (~3.0.0).", - "php-http/guzzle6-adapter": "Required to use the Guzzle transport (^1.0|^2.0).", - "php-http/guzzle7-adapter": "Required to use the Guzzle transport (^1.0)." + "hyperf/database": "Required to use the crontab event (~3.0.0)." }, "config": { "sort-packages": true