Skip to content

Commit 558fa45

Browse files
committed
Update Version
1 parent 2787390 commit 558fa45

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

composer.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"name": "signaturetech/laravel-otp",
33
"type": "library",
44
"description": "A package to generate and manage otp",
5-
"keywords": ["otp", "laravel", "mobile", "email"],
5+
"keywords": [
6+
"otp",
7+
"laravel",
8+
"mobile",
9+
"email"
10+
],
611
"license": "MIT",
712
"require": {
813
"php": ">=8.0",
@@ -25,12 +30,12 @@
2530
}
2631
],
2732
"minimum-stability": "stable",
28-
"version": "1.0.0",
33+
"version": "1.0.1",
2934
"extra": {
3035
"laravel": {
3136
"providers": [
3237
"SignatureTech\\LaravelOtp\\LaravelOtpServiceProvider"
3338
]
3439
}
3540
}
36-
}
41+
}

0 commit comments

Comments
 (0)