Skip to content

Commit f054258

Browse files
authored
fix(resend-otp): broken url
This includes the fix from craftsys/msg91-php#1 which was included in 0.8.1 release
1 parent b00189d commit f054258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"require": {
2727
"php": "^7.1.3",
28-
"craftsys/msg91-php": "^0.8",
28+
"craftsys/msg91-php": "^0.8.1",
2929
"illuminate/support": "^5.2|^6.0|^7.0"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)