Skip to content

Commit 6bec580

Browse files
committed
chore: Adds github repository information
Fixes: #20
1 parent 6403696 commit 6bec580

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"name": "jakobo/hotp-php",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
4+
"repositories": {
5+
"github": {
6+
"type": "github",
7+
"url": "https://github.com/thecodedrift/hotp-php"
8+
}
9+
},
410
"description": "HOTP simplifies One Time Password systems for PHP Authentication",
511
"license": "BSD-3-Clause",
612
"authors" : [
713
{
814
"name": "Jakob Heuser",
9-
"email": "jakob@felocity.org"
15+
"email": "oss@codedrift.com"
1016
}
1117
],
1218
"autoload": {

0 commit comments

Comments
 (0)