File tree Expand file tree Collapse file tree 1 file changed +28
-4
lines changed Expand file tree Collapse file tree 1 file changed +28
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jublonet/codebird-php" ,
3
3
"description" : " A Twitter library in PHP." ,
4
- "version" : " 2.5.0-rc.2" ,
5
- "autoload" : {
6
- "classmap" : [" src/" ]
7
- },
4
+ "keywords" : [
5
+ " Twitter" ,
6
+ " API" ,
7
+ " networking"
8
+ ],
9
+ "homepage" : " http://www.jublo.net/projects/codebird/php" ,
8
10
"license" : " GPL-3.0" ,
11
+ "authors" : [
12
+ {
13
+ "name" : " Joshua Atkins" ,
14
+ "email" : " joshua.atkins@jublo.net" ,
15
+ "homepage" : " http://atkins.im/" ,
16
+ "role" : " Developer"
17
+ },
18
+ {
19
+ "name" : " J.M." ,
20
+ "email" : " jm@jublo.net" ,
21
+ "homepage" : " http://mynetx.net/" ,
22
+ "role" : " Developer"
23
+ }
24
+ ],
25
+ "support" : {
26
+ "email" : " support@jublo.net" ,
27
+ "issues" : " https://github.com/jublonet/codebird-php/issues" ,
28
+ "source" : " https://github.com/jublonet/codebird-php/releases"
29
+ },
9
30
"require" : {
10
31
"ext-curl" : " *" ,
11
32
"ext-hash" : " *" ,
12
33
"ext-json" : " *" ,
13
34
"lib-openssl" : " *" ,
14
35
"lib-curl" : " *"
36
+ },
37
+ "autoload" : {
38
+ "classmap" : [" src/" ]
15
39
}
16
40
}
You can’t perform that action at this time.
0 commit comments