Skip to content

Commit

Permalink
relax PHP version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
siccous committed Feb 28, 2025
1 parent c98f6c2 commit 78c3275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "happyr/linkedin-api-client",
"name": "btlzdravtech/linkedin-api-client",
"type": "library",
"description": "LinkedIn API client. Handles OAuth, CSRF protection. Easy to implement and extend. This is a standalone library for any composer project.",
"keywords": ["LinkedIn", "OAuth", "API", "Client", "SDK"],
Expand All @@ -12,9 +12,9 @@
}
],
"require": {
"php": "^5.5 || ^7.0",
"php": "^5.5 || ^8.0",
"php-http/client-implementation": "^1.0",
"php-http/httplug": "^1.0",
"php-http/httplug": "^2.4",
"php-http/message-factory": "^1.0",
"php-http/discovery": "^1.0"
},
Expand Down

0 comments on commit 78c3275

Please sign in to comment.