Skip to content

Commit

Permalink
dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
leventogut committed Sep 30, 2016
1 parent 9372a36 commit 21f2a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": ">=5.5.9",
"illuminate/database": "5.1.* || 5.2.* || 5.3.*",
"mailium/oauth-client-php" :"1.0.20",
"mailium/oauth-client-php" :"1.0.22",
"mailium/api-wrapper-php": "1.0.3"
},
"require-dev": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Mailium\API\MailiumAPI3;
class MailiumOauthClientMiddleware
{
const VERSION = '1.0.26';
const VERSION = '1.0.30';
/**
* @var MailiumOauthClient MailiumOauthClient\MailiumOauthClient
*/
Expand Down

0 comments on commit 21f2a6f

Please sign in to comment.