Skip to content

Commit bd8e23c

Browse files
authored
Merge pull request #18 from laravel-notification-channels/update-install-command
Adding the --update-with-dependencies flag
2 parents 927cf12 + f2b1c1e commit bd8e23c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ More advanced features like support for topics could be added in the future.
3232
You can install the package via composer:
3333

3434
``` bash
35-
composer require laravel-notification-channels/aws-sns
35+
composer require laravel-notification-channels/aws-sns --update-with-dependencies
3636
```
3737

3838
### Setting up the AWS SNS service

src/Sns.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ public function __construct(SnsService $snsService)
1818
}
1919

2020
/**
21-
* @param string $destination Phone number as described by the E.164 format.
21+
* @param string $destination Phone number as described by the E.164 format.
22+
* @return \Aws\Result
2223
*
2324
* @throws AwsException
24-
*
25-
* @return \Aws\Result
2625
*/
2726
public function send(SnsMessage $message, $destination)
2827
{

0 commit comments

Comments
 (0)