From 24cb13d52bd8fd08bf5c4a2b310866680dd3176d Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 24 Jun 2022 17:18:34 -0700 Subject: [PATCH] Upgraded guzzle (not broken this time) Signed-off-by: snipe --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 85799b951a..04c90036f5 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "facade/ignition": "^2.10", "fideloper/proxy": "^4.3", "fruitcake/laravel-cors": "^2.2", - "guzzlehttp/guzzle": "^7.0.1", + "guzzlehttp/guzzle": "^7.4", "intervention/image": "^2.5", "javiereguiluz/easyslugger": "^1.0", "laravel/framework": "^8.46", diff --git a/composer.lock b/composer.lock index 2e1b7031be..04d141bc25 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6cc36efc930ed0975a886f5bb450bef4", + "content-hash": "707f546e49f119859fa2de86296fd502", "packages": [ { "name": "alek13/slack", @@ -2749,16 +2749,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.4.2", + "version": "7.4.4", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4" + "reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ac1ec1cd9b5624694c3a40be801d94137afb12b4", - "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/e3ff079b22820c2029d4c2a87796b6a0b8716ad8", + "reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8", "shasum": "" }, "require": { @@ -2853,7 +2853,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.4.2" + "source": "https://github.com/guzzle/guzzle/tree/7.4.4" }, "funding": [ { @@ -2869,7 +2869,7 @@ "type": "tidelift" } ], - "time": "2022-03-20T14:16:28+00:00" + "time": "2022-06-09T21:39:15+00:00" }, { "name": "guzzlehttp/promises",