Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 3887e4d

Browse files
committed
Merge branch 'develop'
2 parents a36390c + c1b411a commit 3887e4d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "package",
88
"minimum-stability": "dev",
99
"require": {
10-
"illuminate/support": "^8.0"
10+
"illuminate/support": "^8.0 || ^9.0"
1111
},
1212
"extra": {
1313
"laravel": {

src/Providers/MessageBirdVerify.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ public function verify($user, string $token)
105105
*
106106
* @param mixed $user
107107
* @return void
108-
* @throws Exception $exception
108+
*
109+
* @throws Exception $exception
109110
*/
110111
public function sendSMSToken($user): void
111112
{

0 commit comments

Comments
 (0)