From 8cedc99e978954d39fead925207939a946545021 Mon Sep 17 00:00:00 2001 From: Alexandr Smirnov Date: Thu, 27 Jun 2024 02:34:27 +0300 Subject: [PATCH] Need for fix https://github.com/guzzle/psr7/pull/519/files PHP Deprecated: Creation of dynamic property GuzzleHttp\Psr7\CachingStream::$stream is deprecated in /app/vendor/guzzlehttp/psr7/src/CachingStream.php on line 34' --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1a1d334..a48bcaa 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ext-json": "*", "symfony/process": "^6.3", "kohanaworld/hmmmath": ">=0.9.0", - "guzzlehttp/guzzle": "^7.8", + "guzzlehttp/guzzle": "8.0.x-dev", "slim/slim": "^4.12", "friendsofphp/php-cs-fixer": "^3.16", "charescape/serialize-closure": "^3.8",