Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zoonman committed Sep 1, 2017
1 parent 424ff89 commit 0ba57ba
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "zoonman/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. Has a usage examples & documentation.",
"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": [
"linkedin", "linkedin-client", "linkedin-api", "linkedin-signin",
"linkedin-sdk", "linkedin-login", "linked in", "linkedin.com", "php-linkedin",
"oauth", "oauth2", "oauth2-client", "oauth2-authentication", "authentication",
"social", "rest", "api", "client", "social network", "auth", "authorization",
"wrapper", "integration", "platform"
],
"homepage": "https://github.com/zoonman/linkedin-api-php-client",
"require": {
"php": ">=5.6",
"ext-curl": "*",
Expand All @@ -11,15 +19,38 @@
"authors": [
{
"name": "Philipp Tkachev",
"email": "philipp@zoonman.com"
"email": "philipp@zoonman.com",
"homepage": "http://www.zoonman.com/",
"role": "Developer"
},
{
"name": "Aleksey Salnikov",
"email": "me@iamsalnikov.ru",
"homepage": "http://iamsalnikov.ru/",
"role": "Developer"
}
],
"support": {
"docs": "https://www.zoonman.com/projects/linkedin-client/",
"source": "https://github.com/zoonman/linkedin-api-php-client",
"issues": "https://github.com/zoonman/linkedin-api-php-client/issues",
"wiki": "https://github.com/zoonman/linkedin-api-php-client/wiki"
},
"autoload": {
"psr-4": {"LinkedIn\\": "src/"}
},
"require-dev": {
"vlucas/phpdotenv": "~2.0",
"phpunit/phpunit": "~4.0"
},
"archive": {
"exclude": [
"examples",
"tests",
".env",
".travis.yml",
"phpunit.xml"
]
},
"autoload-dev": {}
}

0 comments on commit 0ba57ba

Please sign in to comment.