Skip to content

Commit 7df8892

Browse files
chore: use jwt-library instead of separate packages (#395)
1 parent 813f252 commit 7df8892

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

composer.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
"name": "minishlink/web-push",
33
"type": "library",
44
"description": "Web Push library for PHP",
5-
"keywords": ["push", "notifications", "web", "WebPush", "Push API"],
5+
"keywords": [
6+
"push",
7+
"notifications",
8+
"web",
9+
"WebPush",
10+
"Push API"
11+
],
612
"homepage": "https://github.com/web-push-libs/web-push-php",
713
"license": "MIT",
814
"authors": [
@@ -28,10 +34,7 @@
2834
"ext-mbstring": "*",
2935
"ext-openssl": "*",
3036
"guzzlehttp/guzzle": "^7.4.5",
31-
"web-token/jwt-signature": "^3.2.9",
32-
"web-token/jwt-key-mgmt": "^3.2.9",
33-
"web-token/jwt-signature-algorithm-ecdsa": "^3.2.9",
34-
"web-token/jwt-util-ecc": "^3.2.9",
37+
"web-token/jwt-library": "^3.3.0",
3538
"spomky-labs/base64url": "^2.0.4"
3639
},
3740
"suggest": {
@@ -48,4 +51,4 @@
4851
"Minishlink\\WebPush\\": "src"
4952
}
5053
}
51-
}
54+
}

0 commit comments

Comments
 (0)