Skip to content

Commit

Permalink
Improve discoverability and link funding options (#84)
Browse files Browse the repository at this point in the history
This aims to make the library a bit easier to find on Packagist, and
provides support options for anyone that's feeling generous.
  • Loading branch information
Firehed authored Jul 2, 2024
1 parent 23cf14a commit dc5e32a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github:
- Firehed
custom:
- https://www.snapauth.app
16 changes: 14 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "firehed/webauthn",
"description": "Web Authentication",
"keywords": [],
"description": "Support passkeys and Web Authentication",
"keywords": [
"passkeys",
"webauthn",
"web authentication",
"u2f",
"fido",
"mfa",
"2fa"
],
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -14,6 +22,10 @@
"optimize-autoloader": true,
"sort-packages": true
},
"funding": [
{ "type": "github", "url": "https://github.com/sponsors/Firehed" },
{ "type": "other", "url": "https://www.snapauth.app" }
],
"autoload": {
"psr-4": {
"Firehed\\WebAuthn\\": "src"
Expand Down

0 comments on commit dc5e32a

Please sign in to comment.