From d920523592fa5f6f52c911a80d0cd5d339145949 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Mon, 22 May 2023 17:55:12 +0200 Subject: [PATCH 1/2] Bump minimum required version of the core SDK to 3.18 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d7f24cc..0822988 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "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" }, From 94992318937bd25c381c7396b90444dca725cf26 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Mon, 22 May 2023 17:57:18 +0200 Subject: [PATCH 2/2] -.- --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0822988..0eeabe2 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,9 @@ "symfony/http-client": "^4.3|^5.0|^6.0" }, "config": { - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "php-http/discovery": false + } } }