Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcsaini committed Sep 27, 2024
1 parent 2787390 commit 558fa45
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "signaturetech/laravel-otp",
"type": "library",
"description": "A package to generate and manage otp",
"keywords": ["otp", "laravel", "mobile", "email"],
"keywords": [
"otp",
"laravel",
"mobile",
"email"
],
"license": "MIT",
"require": {
"php": ">=8.0",
Expand All @@ -25,12 +30,12 @@
}
],
"minimum-stability": "stable",
"version": "1.0.0",
"version": "1.0.1",
"extra": {
"laravel": {
"providers": [
"SignatureTech\\LaravelOtp\\LaravelOtpServiceProvider"
]
}
}
}
}

0 comments on commit 558fa45

Please sign in to comment.