From 36100acc36c9fc801df91c533990c39445049651 Mon Sep 17 00:00:00 2001 From: Jesse Skrivseth Date: Mon, 12 Apr 2021 15:07:15 -0600 Subject: [PATCH 1/2] Update to Guzzle7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 41eebdf..73ed642 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": ">=7.2.5", "ext-curl": "*", - "guzzlehttp/guzzle": "^6.3" + "guzzlehttp/guzzle": "^7.0" }, "license": "MIT", "authors": [ From 110987f76399a967a57107bacbd15cc495bb5b45 Mon Sep 17 00:00:00 2001 From: Jesse Skrivseth Date: Mon, 12 Apr 2021 15:18:24 -0600 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73ed642..b62fc51 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "zoonman/linkedin-api-php-client", + "name": "voodoodrul/linkedin-api-php-client", "description": "LinkedIn API PHP SDK with OAuth 2.0 & CSRF support. Can be used for social sign in or sharing on LinkedIn. Examples. Documentation.", "type": "library", "keywords": [