From 505fa2e831245c7ba3abc8f935ba409899f808e1 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Wed, 14 Jun 2023 16:35:29 +0300 Subject: [PATCH] Updated guzzlehttp/guzzle library. --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e1fb449..4e841fe 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "require": { "php": "^8.1", - "guzzlehttp/guzzle": "^7.2", + "guzzlehttp/guzzle": "^7.7", "laravel/framework": "^10.10", "laravel/sanctum": "^3.2", "laravel/tinker": "^2.8" diff --git a/composer.lock b/composer.lock index 38687e4..c7d125b 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": "aa322c53454393ed775cfe4807d54a50", + "content-hash": "39f698eea2d3e9351fec0a772e69ba3d", "packages": [ { "name": "brick/math",