Skip to content

Commit

Permalink
Clean up composer.json (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Sep 10, 2021
1 parent 388bc80 commit 426b32d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
"hidden",
"masked",
"sensitive",
"password"
"password",
"authenticator",
"authy",
"totp",
"hotp",
"rfc4226",
"rfc6238"
],
"license": "MIT",
"authors": [
Expand All @@ -32,13 +38,18 @@
},
"autoload": {
"psr-4": {
"Firehed\\Security\\": ["src/", "tests/"]
"Firehed\\Security\\": "src/"
},
"files": [
"src/HOTP.php",
"src/TOTP.php"
]
},
"autoload-dev": {
"psr-4": {
"Firehed\\Security\\": "tests/"
}
},
"scripts": {
"test": [
"@phpunit",
Expand Down

0 comments on commit 426b32d

Please sign in to comment.