Skip to content

Commit 73c0d8f

Browse files
committed
Updated composer.json file
1 parent 8b6226a commit 73c0d8f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "ornicar/github-api",
2+
"name": "knplabs/github-api",
33
"type": "library",
4-
"description": "GitHub API",
5-
"homepage": "https://github.com/ornicar/php-github-api",
4+
"description": "GitHub API v3 client",
5+
"homepage": "https://github.com/KnpLabs/php-github-api",
66
"keywords": ["github", "api", "gist"],
77
"license": "MIT",
88
"authors": [
9+
{
10+
"name": "KnpLabs Team",
11+
"homepage": "http://knplabs.com"
12+
},
913
{
1014
"name": "Thibault Duplessis",
1115
"email": "thibault.duplessis@gmail.com",
1216
"homepage": "http://ornicar.github.com"
13-
},
14-
{
15-
"name": "KnpLabs Team",
16-
"homepage": "http://knplabs.com"
1717
}
1818
],
1919
"require": {
@@ -24,4 +24,4 @@
2424
"autoload": {
2525
"psr-0": { "Github": "lib/" }
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)