Skip to content

Commit

Permalink
chore: Adds github repository information
Browse files Browse the repository at this point in the history
Fixes: #20
  • Loading branch information
thecodedrift committed Jan 17, 2025
1 parent 6403696 commit 6bec580
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"name": "jakobo/hotp-php",
"version": "2.0.0",
"version": "2.0.1",
"repositories": {
"github": {
"type": "github",
"url": "https://github.com/thecodedrift/hotp-php"
}
},
"description": "HOTP simplifies One Time Password systems for PHP Authentication",
"license": "BSD-3-Clause",
"authors" : [
{
"name": "Jakob Heuser",
"email": "jakob@felocity.org"
"email": "oss@codedrift.com"
}
],
"autoload": {
Expand Down

0 comments on commit 6bec580

Please sign in to comment.