File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
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.1 " ,
4
+ "version" : " 2.5.0-rc.2-dev " ,
5
5
"autoload" : {
6
6
"classmap" : [" src/" ]
7
7
},
8
8
"license" : " GPL-3.0" ,
9
9
"require" : {
10
+ "ext-curl" : " *" ,
11
+ "ext-hash" : " *" ,
12
+ "ext-json" : " *" ,
10
13
"lib-openssl" : " *" ,
11
14
"lib-curl" : " *"
12
15
}
Original file line number Diff line number Diff line change 6
6
* A Twitter library in PHP.
7
7
*
8
8
* @package codebird
9
- * @version 2.5.0-rc.1
10
- * @author Jublo Solutions < support@jublo.net>
11
- * @copyright 2010-2014 Jublo Solutions < support@jublo.net>
9
+ * @version 2.5.0-rc.2-dev
10
+ * @author Jublo Solutions < support@jublo.net>
11
+ * @copyright 2010-2014 Jublo Solutions < support@jublo.net>
12
12
*
13
13
* This program is free software: you can redistribute it and/or modify
14
14
* it under the terms of the GNU General Public License as published by
@@ -117,7 +117,7 @@ class Codebird
117
117
/**
118
118
* The current Codebird version
119
119
*/
120
- protected $ _version = '2.5.0-rc.1 ' ;
120
+ protected $ _version = '2.5.0-rc.2-dev ' ;
121
121
122
122
/**
123
123
* Request timeout
You can’t perform that action at this time.
0 commit comments