Skip to content

Commit 0ba57ba

Browse files
committed
Update composer.json
1 parent 424ff89 commit 0ba57ba

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

composer.json

+33-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"name": "zoonman/linkedin-api-php-client",
3-
"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.",
3+
"description": "LinkedIn API PHP SDK with OAuth 2.0 & CSRF support. Can be used for social sign in or sharing on LinkedIn. Examples. Documentation.",
44
"type": "library",
5+
"keywords": [
6+
"linkedin", "linkedin-client", "linkedin-api", "linkedin-signin",
7+
"linkedin-sdk", "linkedin-login", "linked in", "linkedin.com", "php-linkedin",
8+
"oauth", "oauth2", "oauth2-client", "oauth2-authentication", "authentication",
9+
"social", "rest", "api", "client", "social network", "auth", "authorization",
10+
"wrapper", "integration", "platform"
11+
],
12+
"homepage": "https://github.com/zoonman/linkedin-api-php-client",
513
"require": {
614
"php": ">=5.6",
715
"ext-curl": "*",
@@ -11,15 +19,38 @@
1119
"authors": [
1220
{
1321
"name": "Philipp Tkachev",
14-
"email": "philipp@zoonman.com"
22+
"email": "philipp@zoonman.com",
23+
"homepage": "http://www.zoonman.com/",
24+
"role": "Developer"
25+
},
26+
{
27+
"name": "Aleksey Salnikov",
28+
"email": "me@iamsalnikov.ru",
29+
"homepage": "http://iamsalnikov.ru/",
30+
"role": "Developer"
1531
}
1632
],
33+
"support": {
34+
"docs": "https://www.zoonman.com/projects/linkedin-client/",
35+
"source": "https://github.com/zoonman/linkedin-api-php-client",
36+
"issues": "https://github.com/zoonman/linkedin-api-php-client/issues",
37+
"wiki": "https://github.com/zoonman/linkedin-api-php-client/wiki"
38+
},
1739
"autoload": {
1840
"psr-4": {"LinkedIn\\": "src/"}
1941
},
2042
"require-dev": {
2143
"vlucas/phpdotenv": "~2.0",
2244
"phpunit/phpunit": "~4.0"
2345
},
46+
"archive": {
47+
"exclude": [
48+
"examples",
49+
"tests",
50+
".env",
51+
".travis.yml",
52+
"phpunit.xml"
53+
]
54+
},
2455
"autoload-dev": {}
2556
}

0 commit comments

Comments
 (0)