diff --git a/composer.json b/composer.json index d7f24cc..0eeabe2 100644 --- a/composer.json +++ b/composer.json @@ -20,11 +20,14 @@ } ], "require": { - "sentry/sentry": "^3.9", + "sentry/sentry": "^3.18", "http-interop/http-factory-guzzle": "^1.0", "symfony/http-client": "^4.3|^5.0|^6.0" }, "config": { - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "php-http/discovery": false + } } }