Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Commit

Permalink
Added recommended HTTP client packages as suggestions to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
olegtsvetkov committed Jun 12, 2019
1 parent 55fc44f commit bc4d99a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"sentry/sentry": "^2.0.1",
"yiisoft/yii2": "~2.0.14"
},
"suggest": {
"php-http/curl-client": "Recommended HTTP client for Sentry SDK",
"http-interop/http-factory-guzzle": "Recommended HTTP factory for Sentry SDK"
},
"autoload": {
"psr-4": {
"OlegTsvetkov\\Yii2\\Sentry\\": "src/"
Expand Down

0 comments on commit bc4d99a

Please sign in to comment.