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