From 8c0a75c3455effdf932ea7bd2f41665b310f683b Mon Sep 17 00:00:00 2001 From: Christiaan Mes Date: Mon, 6 Jul 2020 14:27:28 +0200 Subject: [PATCH] Downgrade guzzle for sentry sdk compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b8e1db7..7f69cb5 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": "^7.4", - "guzzlehttp/guzzle": "^7.0", + "guzzlehttp/guzzle": "^6", "nesbot/carbon": "^2.36", "ext-json": "*" },