Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldzjap committed Feb 10, 2022
2 parents a36390c + c1b411a commit 3887e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "package",
"minimum-stability": "dev",
"require": {
"illuminate/support": "^8.0"
"illuminate/support": "^8.0 || ^9.0"
},
"extra": {
"laravel": {
Expand Down
3 changes: 2 additions & 1 deletion src/Providers/MessageBirdVerify.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ public function verify($user, string $token)
*
* @param mixed $user
* @return void
* @throws Exception $exception
*
* @throws Exception $exception
*/
public function sendSMSToken($user): void
{
Expand Down

0 comments on commit 3887e4d

Please sign in to comment.