Skip to content

Commit

Permalink
build: add support for Sentry SDK 4
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Sep 19, 2024
1 parent 121e481 commit bc30373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"php": ">=7.4",
"guzzlehttp/guzzle": "^7.2",
"php-http/guzzle7-adapter": "^1.0",
"sentry/sentry": "^3.21"
"sentry/sentry": "^3.21|^4.9"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5",
"illuminate/support": ">=6.0",
"phpunit/phpunit": ">=9.5",
"sentry/sentry-laravel": "^3.7"
"sentry/sentry-laravel": "^3.7|^4.8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bc30373

Please sign in to comment.