Skip to content

Commit

Permalink
Use explicit packages instead of sentry/sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Benco committed Jul 30, 2019
1 parent 76b5b13 commit 1de9650
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
],
"license": "BSD-3-Clause",
"require": {
"php": ">=7.0",
"sentry/sdk": "^2.0.0",
"php": ">=7.1",
"guzzlehttp/psr7": "^1.6",
"php-http/curl-client": "^2.0",
"sentry/sentry": "^2.1",
"yiisoft/yii": "^1.1.18"
},
"conflict": {
Expand Down

0 comments on commit 1de9650

Please sign in to comment.