Skip to content

Commit

Permalink
upgrade mailgun-php
Browse files Browse the repository at this point in the history
  • Loading branch information
andruha committed Jan 11, 2017
1 parent 9158cae commit a0d08b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,15 +356,15 @@ public function getTestMode()
}

/**
* @return Array message object
* @return array message object
*/
public function getMessage()
{
return $this->getMessageBuilder()->getMessage();
}

/**
* @return Array files list
* @return array files list
*/
public function getFiles()
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"yiisoft/yii2": "*",
"mailgun/mailgun-php": "1.8"
"mailgun/mailgun-php": "~2.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a0d08b9

Please sign in to comment.