Skip to content

Commit a0d08b9

Browse files
committed
upgrade mailgun-php
1 parent 9158cae commit a0d08b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Message.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,15 +356,15 @@ public function getTestMode()
356356
}
357357

358358
/**
359-
* @return Array message object
359+
* @return array message object
360360
*/
361361
public function getMessage()
362362
{
363363
return $this->getMessageBuilder()->getMessage();
364364
}
365365

366366
/**
367-
* @return Array files list
367+
* @return array files list
368368
*/
369369
public function getFiles()
370370
{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"yiisoft/yii2": "*",
19-
"mailgun/mailgun-php": "1.8"
19+
"mailgun/mailgun-php": "~2.1"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)