We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6403696 commit 6bec580Copy full SHA for 6bec580
1 file changed
composer.json
@@ -1,12 +1,18 @@
1
{
2
"name": "jakobo/hotp-php",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
+ "repositories": {
5
+ "github": {
6
+ "type": "github",
7
+ "url": "https://github.com/thecodedrift/hotp-php"
8
+ }
9
+ },
10
"description": "HOTP simplifies One Time Password systems for PHP Authentication",
11
"license": "BSD-3-Clause",
12
"authors" : [
13
14
"name": "Jakob Heuser",
- "email": "jakob@felocity.org"
15
+ "email": "oss@codedrift.com"
16
}
17
],
18
"autoload": {
0 commit comments