diff --git a/composer.json b/composer.json index 41eebdf..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": [ @@ -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": [