File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ornicar /github-api" ,
2
+ "name" : " knplabs /github-api" ,
3
3
"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" ,
6
6
"keywords" : [" github" , " api" , " gist" ],
7
7
"license" : " MIT" ,
8
8
"authors" : [
9
+ {
10
+ "name" : " KnpLabs Team" ,
11
+ "homepage" : " http://knplabs.com"
12
+ },
9
13
{
10
14
"name" : " Thibault Duplessis" ,
11
15
"email" : " thibault.duplessis@gmail.com" ,
12
16
"homepage" : " http://ornicar.github.com"
13
- },
14
- {
15
- "name" : " KnpLabs Team" ,
16
- "homepage" : " http://knplabs.com"
17
17
}
18
18
],
19
19
"require" : {
24
24
"autoload" : {
25
25
"psr-0" : { "Github" : " lib/" }
26
26
}
27
- }
27
+ }
You can’t perform that action at this time.
0 commit comments