From cd91b752f07c4bab9fb3b173f81af68a78a78d6d Mon Sep 17 00:00:00 2001 From: Michi Hoffmann Date: Mon, 12 Jun 2023 19:50:36 +0200 Subject: [PATCH] Bump minimum required version of the core SDK to 3.19 (#18) --- 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" },