Skip to content

Commit

Permalink
Remove unused dependencies from composer.json (#445)
Browse files Browse the repository at this point in the history
Co-authored-by: Deeka Wong <[email protected]>
  • Loading branch information
huangdijia and huangdijia authored Nov 20, 2023
1 parent 3475a13 commit 67a2f94
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/sentry/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67a2f94

Please sign in to comment.