From 68de1a9f04b8a52d7a4e4453be920f2e4b44b4bc Mon Sep 17 00:00:00 2001 From: "@kamal.zebral1" Date: Tue, 12 Mar 2024 17:55:41 +0530 Subject: [PATCH] fix: guzzlehttp version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 41eebdf..dc488e6 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "homepage": "https://github.com/zoonman/linkedin-api-php-client", "require": { - "php": ">=5.6", + "php": ">=8.0", "ext-curl": "*", - "guzzlehttp/guzzle": "^6.3" + "guzzlehttp/guzzle": "^7.2" }, "license": "MIT", "authors": [