10000 Update composer.json · carlpoole/codebird-php@4295b6e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4295b6e

Browse files
committed
Update composer.json
1 parent a6ef804 commit 4295b6e

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

composer.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,40 @@
11
{
22
"name": "jublonet/codebird-php",
33
"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",
810
"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+
},
930
"require": {
1031
"ext-curl": "*",
1132
"ext-hash": "*",
1233
"ext-json": "*",
1334
"lib-openssl": "*",
1435
"lib-curl": "*"
36+
},
37+
"autoload": {
38+
"classmap": ["src/"]
1539
}
1640
}

0 commit comments

Comments
 (0)
0