Skip to content

Commit

Permalink
chore: use jwt-library instead of separate packages (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostdebruijn authored Feb 23, 2024
1 parent 813f252 commit 7df8892
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"name": "minishlink/web-push",
"type": "library",
"description": "Web Push library for PHP",
"keywords": ["push", "notifications", "web", "WebPush", "Push API"],
"keywords": [
"push",
"notifications",
"web",
"WebPush",
"Push API"
],
"homepage": "https://github.com/web-push-libs/web-push-php",
"license": "MIT",
"authors": [
Expand All @@ -28,10 +34,7 @@
"ext-mbstring": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^7.4.5",
"web-token/jwt-signature": "^3.2.9",
"web-token/jwt-key-mgmt": "^3.2.9",
"web-token/jwt-signature-algorithm-ecdsa": "^3.2.9",
"web-token/jwt-util-ecc": "^3.2.9",
"web-token/jwt-library": "^3.3.0",
"spomky-labs/base64url": "^2.0.4"
},
"suggest": {
Expand All @@ -48,4 +51,4 @@
"Minishlink\\WebPush\\": "src"
}
}
}
}

0 comments on commit 7df8892

Please sign in to comment.