Skip to content

Commit

Permalink
Add required PHP extensions to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Jun 9, 2014
1 parent 6d1a12b commit 0d93156
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "jublonet/codebird-php",
"description" : "A Twitter library in PHP.",
"version": "2.5.0-rc.1",
"version": "2.5.0-rc.2-dev",
"autoload": {
"classmap": ["src/"]
},
"license": "GPL-3.0",
"require": {
"ext-curl": "*",
"ext-hash": "*",
"ext-json": "*",
"lib-openssl": "*",
"lib-curl": "*"
}
Expand Down
8 changes: 4 additions & 4 deletions src/codebird.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
* A Twitter library in PHP.
*
* @package codebird
* @version 2.5.0-rc.1
* @author Jublo Solutions <[email protected]>
* @copyright 2010-2014 Jublo Solutions <[email protected]>
* @version 2.5.0-rc.2-dev
* @author Jublo Solutions <[email protected]>
* @copyright 2010-2014 Jublo Solutions <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -117,7 +117,7 @@ class Codebird
/**
* The current Codebird version
*/
protected $_version = '2.5.0-rc.1';
protected $_version = '2.5.0-rc.2-dev';

/**
* Request timeout
Expand Down

0 comments on commit 0d93156

Please sign in to comment.