Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": [
Expand Down