From b089c2b4d935e54b32742fbb8de72894d2dbcd15 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Mon, 12 Jun 2023 19:41:37 +0200 Subject: [PATCH] Bump minimum required version of the core SDK to 3.19 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0eeabe2..11a477a 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "sentry/sentry": "^3.18", + "sentry/sentry": "^3.19", "http-interop/http-factory-guzzle": "^1.0", "symfony/http-client": "^4.3|^5.0|^6.0" },